A lot of structural adjustments

This commit is contained in:
2021-05-03 16:45:14 +02:00
parent 425c845416
commit 7e24d0ca9d
9 changed files with 33 additions and 29 deletions

View File

@@ -1,17 +1,17 @@
<footer class="footer">
<a class="footer_item" href="/thanks">ack.</a>
<a class="footer_item" href="javascript::void(0)">resume</a>
<a class="footer_item" href="https://github.com/Siphalor">github</a>
<a class="footer_item" href="/feed.xml">rss</a>
<span class="footer_item">&copy; {{ site.time | date: "%Y" }}</span>
<small class="footer_copyright">
<!-- Klisé Theme: https://github.com/piharpi/jekyll-klise -->
based on
<a
href="https://github.com/piharpi/jekyll-klise"
target="_blank"
rel="noreferrer noopener"
>klisé</a
>
theme on
theme with
<a href="https://jekyllrb.com" target="_blank" rel="noreferrer noopener"
>jekyll</a
>
@@ -26,7 +26,7 @@
galite.UA = "{{ site.google_analytics }}";
</script>
{%- endif -%}
{%- if page.url == '/archive/' -%}
{%- if page.url == '/posts/' -%}
<script src="/assets/js/search.min.js"></script>
<script>
var sjs = SimpleJekyllSearch({
@@ -35,4 +35,4 @@
json: '/assets/search.json',
});
</script>
{%- endif -%}
{%- endif -%}