summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-05-28 00:14:15 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-05-28 00:14:15 +0200
commit361d9766c31921441c45d0bbe30e6645a729ed7e (patch)
treee9971c783b5c7e34b9b02c1dac6ea05af4b0b217 /template
parent6eaa85df8f620e211ce7ccaa406d5bdb04eeb805 (diff)
rename
Diffstat (limited to 'template')
-rw-r--r--template/home.tmpl2
-rw-r--r--template/root.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/home.tmpl b/template/home.tmpl
index 31181fb..ca16bb0 100644
--- a/template/home.tmpl
+++ b/template/home.tmpl
@@ -1,6 +1,6 @@
{{/* This file is combined with the root.tmpl to display the blog home page. */}}
-{{define "title"}}dim-i-tri{{end}}
+{{define "title"}}dim13{{end}}
{{define "content"}}
{{range .Data}}
diff --git a/template/root.tmpl b/template/root.tmpl
index 2fa46b3..f81e154 100644
--- a/template/root.tmpl
+++ b/template/root.tmpl
@@ -14,7 +14,7 @@
{{define "aside"}}
<aside>
<header>
- <h1><a href="{{.BasePath}}/">dim-i-tri's blog</a></h1>
+ <h1><a href="{{.BasePath}}/">dim13·blog</a></h1>
</header>
{{with .Doc}}