diff options
Diffstat (limited to 'templates/resume.html')
| -rw-r--r-- | templates/resume.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/resume.html b/templates/resume.html index 9789361..4776ce3 100644 --- a/templates/resume.html +++ b/templates/resume.html @@ -1,9 +1,9 @@ -{{ define "title" }}<title>Resume - Christine Dodrill</title>{{ end }} +{{ define "title" }}<title>{{ trans "header" "resume" }} - {{ trans "header" "name" }}</title>{{ end }} {{ define "content" }} {{ . }} <hr /> -<a href="/static/resume/resume.md">Plain-text version of this resume here</a> +<a href="/static/resume/resume.md">{{ trans "resume" "plaintext" }}</a> {{ end }} |
