Move footer from posts only to default layout

This commit is contained in:
Xevion
2022-07-17 17:53:37 -05:00
parent a0aeb8f055
commit cae271ed3d
3 changed files with 14 additions and 11 deletions

View File

@@ -34,11 +34,3 @@ layout: default
</div>
{% endfor %}
<hr>
<p style="text-align: center;">
<a href="/feed.xml">Atom</a> |
<span id="commit-id" class="build-revision"><a href="{{ site.github.repository_url }}/commit/{{ site.github.build_revision }}">
#{{ site.github.build_revision | truncate: 7, "" }}
</a></span>
</p>