aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--source/template.html5
2 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index a2b9d346..9621d185 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
-*Feburary 01, 2017: This blog has been archived. Visit my home page at [zhimingwang.org](https://zhimingwang.org).*
-
-[![Build Status](https://travis-ci.org/zmwangx/zmwangx.github.io.svg?branch=source)](https://travis-ci.org/zmwangx/zmwangx.github.io)
-
This blog can be built with the `pyblog` script. The `pyblog` script currently provides the following actions:
* `new_post` (aliases: `n`, `new`);
@@ -66,3 +62,7 @@ See `link_img_tags` in [`pyblog`](pyblog).
Pandoc Markdown has footnote support, but unfortunately doesn't support
backlinks. This transform inserts a backlink to the end of each
footnote so that readers won't get lost after finish reading a footnote.
+
+## About
+
+This tool has been developped by [zmwangx](https://zhimingwang.org) and modified by [neodarz](https://neodarz.net)
diff --git a/source/template.html b/source/template.html
index 56735eaa..19ab89a6 100644
--- a/source/template.html
+++ b/source/template.html
@@ -48,7 +48,8 @@ $endif$
<a href="/blog" class='lia'><li><span class='left-lia'></span><span class='center-lia'>blog</span><span class='right-lia'></span></li></a>
<a href="/notes" class='lia'><li><span class='left-lia'></span><span class='center-lia'>notes</span><span class='right-lia'></span></li></a>
<a href="https://shaarli.neodarz.net/" class='lia'><li><span class='left-lia'></span><span class='center-lia'>shaarli</span><span class='right-lia'></span></li></a>
- <a href="https://git.neodarz.net" class='lia'><li><span class='left-lia'></span><span class='center-lia'>code</span><span class='right-lia'></span></li></a>
+ <a href="https://framagit.org/NeodarZ" class='lia'><li><span class='left-lia'></span><span class='center-lia'>code - framagit</span><span class='right-lia'></span></li></a>
+ <a href="https://git.neodarz.net" class='lia'><li><span class='left-lia'></span><span class='center-lia'>code - local</span><span class='right-lia'></span></li></a>
</ul>
</div>
</nav>
@@ -83,6 +84,6 @@ $body$
</div>
</div>
</div>
- <div class="footer">·.: <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA</a> || <a href="https://git.neodarz.net/neodarz/my_new_personal_website.git/about/" style="text-decoration: none;">&lt;Source code&gt; :.·</a></div>
+ <div class="footer">·.: <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA</a> || <a href="https://git.neodarz.net/neodarz/website/my_new_personal_website.git/about/" style="text-decoration: none;">&lt;Source code&gt; :.·</a></div>
</body>
</html>