_includes/footer.html in jekyll-theme-acg-1.0.4 vs _includes/footer.html in jekyll-theme-acg-1.0.5
- old
+ new
@@ -1,9 +1,8 @@
-{% capture color %}{{ page.color | default: site.color }}{% endcapture %}
+{% assign color = page.color | default: site.color %}
-{%- comment -%}{%- endcomment -%}
-<footer class="w-full p-2 text-xs text-{{ color }}-100 ">
+<footer class="w-full mt-4 p-2 text-sm text-{{ color }}-100 ">
<p class="text-center">
Powered by
<a class="text-{{ color }}-400" href="https://jekyllrb.com" target="_block">Jekyll</a>
·
<a class="text-{{ color }}-400" href="https://github.com/coderzhaoziwei/jekyll-theme-acg" target="_block">Jekyll Theme ACG</a>
@@ -12,6 +11,5 @@
Copyright {{ "now" | date: "%Y" }}
<a class="text-{{ color }}-400" href="https://github.com/{{ site.github_id }}" target="_block">{{ site.author }}</a>
· All rights reserved.
</p>
</footer>
-{%- comment -%}{%- endcomment -%}