summaryrefslogtreecommitdiff
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
parent6eaa85df8f620e211ce7ccaa406d5bdb04eeb805 (diff)
rename
-rw-r--r--config.go2
-rw-r--r--template/home.tmpl2
-rw-r--r--template/root.tmpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/config.go b/config.go
index a71eed5..c89f79a 100644
--- a/config.go
+++ b/config.go
@@ -11,7 +11,7 @@ var config = blog.Config{
BaseURL: "//" + hostname,
HomeArticles: 5, // articles to display on the home page
FeedArticles: 10, // articles to include in Atom and JSON feeds
- FeedTitle: "dim-i-tri",
+ FeedTitle: "dim13",
ContentPath: "htdocs/content",
TemplatePath: "htdocs/template",
}
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}}