Sha256: 8889dd8cde412d53f0c0c11c44d1a0a14df5408045e0769c739200b063cdd535

Contents?: true

Size: 626 Bytes

Versions: 2

Compression:

Stored size: 626 Bytes

Contents

{% assign color = page.color | default: site.color %}

<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>
  </p>
  <p class="text-center">
    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>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-acg-1.0.6 _includes/footer.html
jekyll-theme-acg-1.0.5 _includes/footer.html