add documentation and restructure to be simpler
This commit is contained in:
parent
2494bcdc47
commit
9a2d6f1b3f
3 changed files with 61 additions and 31 deletions
|
@ -75,11 +75,14 @@
|
|||
{% endif %}
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
© {{ site.title }}
|
||||
© {{ site.author.name }}
|
||||
•
|
||||
{{ site.time | date: '%Y' }}
|
||||
|
||||
{% if site.url-pretty %}
|
||||
•
|
||||
<a href="{{ site.url }}">{{ site.url-short }}</a>
|
||||
<a href="{{ site.url }}">{{ site.url-pretty }}</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p class="theme-by text-muted">
|
||||
Theme by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue