aboutsummaryrefslogtreecommitdiff
path: root/templates/resume.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/resume.html')
-rw-r--r--templates/resume.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/resume.html b/templates/resume.html
new file mode 100644
index 0000000..9789361
--- /dev/null
+++ b/templates/resume.html
@@ -0,0 +1,9 @@
+{{ define "title" }}<title>Resume - Christine Dodrill</title>{{ end }}
+
+{{ define "content" }}
+{{ . }}
+
+<hr />
+
+<a href="/static/resume/resume.md">Plain-text version of this resume here</a>
+{{ end }}