Skip to content

Commit

Permalink
Actually, keep a smaller footer
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Apr 30, 2024
1 parent 79af921 commit ec05c41
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions _templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,38 +132,24 @@ <h1>{{ page.title }}</h1>
{{ macros.social_icon("ResearchGate", "ai ai-researchgate", config.researchgate) }}
</li>
</ul>
<hr>
<p>
{{ config.location.department }}
{{ config.location.school }}
{{ config.location.university }}
{{ config.location.country }}
</p>
<div class="font-small">
<p class="font-small">
Last updated {{ build.today.strftime('%Y/%m/%d') }}.
<p class="text-bold">
{{ config.location.department }}
{{ config.location.school }}
{{ config.location.university }}
{{ config.location.country }}
</p>
<p>
Last updated on {{ build.today.strftime('%d %B %Y') }}.
Built with <a href="https://nene.leouieda.com">Nēnē</a> {{ build.nene_version }}
from source code at
<a href="https://github.com/{{ config.repository }}"><i class="fa fa-code-branch" aria-hidden="true"></i> {{ config.repository}}</a>
(<a href="https://github.com/{{ config.repository }}/commit/{{ build.commit }}">{{ build.commit }}</a>).
<strong>
Found a typo/mistake?
<a target="_blank" href="https://github.com/{{ config.repository }}/edit/{{ config.repository_branch }}/{{ page.source }}">
Send a fix through GitHub
<i class="fa fa-code-branch" aria-hidden="true"></i>
</a>
</strong>
</p>
<p class="font-small">
Visitor statistics are gathered anonymously by
<a href="https://plausible.io">Plausible</a> and can be viewed
at
<a href="https://plausible.io/{{ config.domain }}">plausible.io/{{ config.domain }}</a>.
</p>
<p class="font-small">
<p>
Copyright &copy; {{ build.today.year }} {{ config.author }}.
Except where otherwise noted, all content is licensed
<a href="https://creativecommons.org/licenses/by/4.0/">CC-BY</a>.
Expand Down

0 comments on commit ec05c41

Please sign in to comment.