footer
This commit is contained in:
parent
dbdcf0db52
commit
c383893e77
4 changed files with 8 additions and 1 deletions
4
_includes/footer.html
Normal file
4
_includes/footer.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<div style="text-align: center; font-weight: 200;">
|
||||||
|
Written by Michael Zhang.
|
||||||
|
<a href="https://git.mzhang.me/michael/blog" target="_blank">Source</a>
|
||||||
|
</div>
|
|
@ -10,6 +10,8 @@
|
||||||
<div class="container" style="padding: 30px;">
|
<div class="container" style="padding: 30px;">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
shieet
|
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue