From 10f880d674fcd7f57ee6d1a5b65e9a25d6edb19f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 1 Dec 2018 18:00:47 -0800 Subject: [PATCH] templates: use translations --- templates/base.html | 4 ++-- templates/blogindex.html | 11 +++++++---- templates/blogpost.html | 8 ++++---- templates/contact.html | 17 +++++++++-------- templates/error.html | 2 +- templates/index.html | 19 +++++++++++++------ templates/resume.html | 4 ++-- 7 files changed, 38 insertions(+), 27 deletions(-) diff --git a/templates/base.html b/templates/base.html index c00bc1e..8c23220 100644 --- a/templates/base.html +++ b/templates/base.html @@ -56,11 +56,11 @@ {{ template "scripts" . }}
-

Christine Dodrill - Blog - Contact - Resume

+

{{ trans "header" "name" }} - {{ trans "header" "blog" }} - {{ trans "header" "contact" }} - {{ trans "header" "resume" }}

{{ template "content" . }}
-
Copyright 2018 Christine Dodrill. Any and all opinions listed here are my own and not representative of my employer.
+
{{ trans "meta" "copyright" "2018" }}