A lot of structural adjustments
This commit is contained in:
@@ -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">© {{ 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 -%}
|
||||
|
||||
Reference in New Issue
Block a user