Initial commit and post-hook testing
This commit is contained in:
16
blog.bryanroessler.com/_includes/footer-minimal.html
Normal file
16
blog.bryanroessler.com/_includes/footer-minimal.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<footer class="footer-min">
|
||||
<div class="text-muted">
|
||||
{{ site.author.name }}
|
||||
•
|
||||
{% if page.date %}
|
||||
{{ page.date }}
|
||||
{% else %}
|
||||
{{ site.time | date: '%Y' }}
|
||||
{% endif %}
|
||||
|
||||
{% if site.url-pretty %}
|
||||
•
|
||||
<a href="{{ site.url }}">{{ site.url-pretty }}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user