This commit is contained in:
Michael Zhang 2018-05-28 12:13:18 -05:00
parent dbdcf0db52
commit c383893e77
No known key found for this signature in database
GPG key ID: A1B65B603268116B
4 changed files with 8 additions and 1 deletions

4
_includes/footer.html Normal file
View 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>

View file

@ -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>

View file

@ -1 +0,0 @@
shieet

View file

@ -15,6 +15,8 @@
{{ content }} {{ content }}
</div> </div>
{% include footer.html %}
</body> </body>
</html> </html>