initial commit
This commit is contained in:
commit
709f591ab4
43 changed files with 10863 additions and 0 deletions
13
_includes/footer-minimal.html
Normal file
13
_includes/footer-minimal.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<footer class="footer-min">
|
||||
<div class="text-muted">
|
||||
{{ site.author.name }}
|
||||
•
|
||||
{% if page.date %}
|
||||
{{ page.date }}
|
||||
{% else %}
|
||||
{{ site.time | date: '%Y' }}
|
||||
{% endif %}
|
||||
•
|
||||
<a href="{{ site.url }}" target="_blank">{{ site.url-short }}</a>
|
||||
</div>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue