summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}}