diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 003cece..1529d92 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ <head> <meta name="yandex-xverification" content="fc9dd63070a12909"> <meta charset="UTF-8" /> - <meta author="Mateja Maric" /> + <meta author="Mateja Marić" /> {{ if .Description }} <meta name="description" content="{{ .Description }}"> {{ end }} @@ -19,7 +19,7 @@ <body> <nav> - <div class="mm">Mateja Maric</div> + <div class="mm">Mateja Marić</div> <a {{ if eq .RelPermalink "/" }} class="active" {{ end }} href="/">Home</a> <a {{ if eq .RelPermalink "/blog/" }} class="active" {{ end }} href="/blog/">Blog</a> <a {{ if eq .RelPermalink "/contact/" }} class="active" {{ end }} href="/contact/">Contact</a> |