new style and projects

This commit is contained in:
Steffen Illium
2023-12-08 23:01:23 +01:00
committed by Steffen Illium
parent d0ecf1aec4
commit 86228fbaf7
22 changed files with 181 additions and 65 deletions

View File

@ -1,7 +1,7 @@
<div class="page__footer-follow">
<ul class="social-icons">
{% if site.data.ui-text[site.locale].follow_label %}
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
{% if site.data.ui-text[site.locale].contact_label %}
<li><strong>{{ site.data.ui-text[site.locale].contact_label }}</strong></li>
{% endif %}
{% if site.footer.links %}

View File

@ -1,4 +1,4 @@
{% if page.previous or page.next %}
<!-- {% if page.previous or page.next %}
<nav class="pagination">
{% if page.previous %}
<a href="{{ page.previous.url | relative_url }}" class="pagination--pager" title="{{ page.previous.title | markdownify | strip_html }}">{{ site.data.ui-text[site.locale].pagination_previous | default: "Previous" }}</a>
@ -11,4 +11,4 @@
<a href="#" class="pagination--pager disabled">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a>
{% endif %}
</nav>
{% endif %}
{% endif %} -->