aboutsummaryrefslogtreecommitdiff
path: root/source/template.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-04-28 19:06:22 +0200
committerneodarz <neodarz@neodarz.net>2017-04-28 19:06:22 +0200
commitdbbd20c6dc78e25ef58df1e5997ff327bd0ca5ea (patch)
treed73cbee479947b3d66c80f61243e54a50ba7c49c /source/template.html
parentcdabe7a75ea14f14ca8d4cd3bf9ac36cb1817531 (diff)
downloadmy_new_personal_website-dbbd20c6dc78e25ef58df1e5997ff327bd0ca5ea.tar.xz
my_new_personal_website-dbbd20c6dc78e25ef58df1e5997ff327bd0ca5ea.zip
Update to a new personalised version
Diffstat (limited to '')
-rw-r--r--source/template.html17
1 files changed, 11 insertions, 6 deletions
diff --git a/source/template.html b/source/template.html
index 90e23e35..06cc4f8d 100644
--- a/source/template.html
+++ b/source/template.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta name="generator" content="pandoc"/>
- <meta name="author" content="Zhiming Wang"/>
+ <meta name="author" content="neodarz"/>
$if(date)$
<meta name="date" content="$date$"/>
$endif$
@@ -25,11 +25,16 @@ $if(custom-css)$
$endif$
</head>
<body>
- <div id="archival-notice">This blog has been archived.<br>Visit my home page at <a href="https://zhimingwang.org">zhimingwang.org</a>.</div>
<nav class="nav">
- <a class="nav-icon" href="/" title="Home"><!--blog icon--></a>
- <a class="nav-title" href="/"><!--blog title--></a>
- <a class="nav-author" href="https://github.com/zmwangx" target="_blank"><!--blog author--></a>
+ <a class="nav-title" href="/" title="Home"><!--blog title--></a>
+ -- generate menu here --
+ <hr>
+ <ul>
+ <li><a href="/blog">blog</a></li>
+ <li><a href="/notes">notes</a></li>
+ <li><a href="https://shaarli.neodarz.net/">shaarli</a></li>
+ <li><a href="https://git.neodarz.net">code</a></li>
+ </ul>
</nav>
<article class="content">
$if(title)$
@@ -59,7 +64,7 @@ $if(updated)$
$endif$
<span class="rfooter">
<a class="rss-icon" href="/rss.xml" target="_blank" title="RSS feed"><!--RSS feed icon--></a><a class="atom-icon" href="/atom.xml" target="_blank" title="Atom feed"><!--Atom feed icon--></a><a class="cc-icon" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="Released under the Creative Commons Attribution 4.0 International license."><!--CC icon--></a>
- <a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a>
+ <a href="https://github.com/zmwangx" target="_blank">neodarz</a>
</span>
</footer>
</body>