aboutsummaryrefslogtreecommitdiff
path: root/templates/resume.rs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/resume.rs.html')
-rw-r--r--templates/resume.rs.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/resume.rs.html b/templates/resume.rs.html
deleted file mode 100644
index 60e31ff..0000000
--- a/templates/resume.rs.html
+++ /dev/null
@@ -1,13 +0,0 @@
-@use super::{header_html, footer_html};
-
-@(resume: impl ToHtml)
-
-@:header_html(Some("Resume"), None)
-
-@resume
-
-<hr />
-
-<a href="/static/resume/resume.md">Plain-text version of this resume here</a>
-
-@:footer_html()