summaryrefslogtreecommitdiff
path: root/template/root.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/root.tmpl')
-rw-r--r--template/root.tmpl17
1 files changed, 3 insertions, 14 deletions
diff --git a/template/root.tmpl b/template/root.tmpl
index 5794c37..461c82f 100644
--- a/template/root.tmpl
+++ b/template/root.tmpl
@@ -2,7 +2,6 @@
{{define "google"}}
<meta name="google-site-verification" content="3cwuN4OwVfNZEGTw5Q9UotI2AJCTzr8F7QB8uhtfAWo">
-
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -28,7 +27,7 @@
<aside>
<header>
- <h1><a href="{{.BasePath}}/">dim-i-tri&nbsp;.&nbsp;org</a></h1>
+ <h1><a href="{{.BasePath}}/">dim-i-tri's blog</a></h1>
</header>
{{with .Doc}}
@@ -36,27 +35,17 @@
<h4>Previous article</h4>
<p><a href="{{.Path}}">{{.Title}}</a></p>
{{end}}
-
{{with .Newer}}
<h4>Next article</h4>
<p><a href="{{.Path}}">{{.Title}}</a></p>
{{end}}
-
- {{with .Related}}
- <h4>Related articles</h4>
- <ul>
- {{range .}}
- <li><a href="{{.Path}}">{{.Title}}</a></li>
- {{end}}
- </ul>
- {{end}}
{{end}}
<h4>Links</h4>
<ul>
<li><a href="{{.BasePath}}/index">Blog Index</a></li>
- <li><a href="/cgi-bin/cvsweb">CVS Repository</a></li>
- <li><a href="/cgi-bin/cgit.cgi">Git Repository</a></li>
+ <li><a href="/cgi-bin/cvsweb">CVS</a> (C code)</li>
+ <li><a href="/cgi-bin/cgit.cgi">Git</a> (Go code)</li>
<li><a href="//github.com/dim13">GitHub</a></li>
<li><a href="ftp://ftp.dim13.org/pub/">Public FTP</a></li>
<li><a href="{{.BasePath}}/Who-am-I">Who am I</a></li>