您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

site-footer.html 326B

12345678
  1. <footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
  2. <div class="flex justify-between">
  3. <a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
  4. &copy; {{ .Now.Format "2006" }} {{ .Site.Title }}
  5. </a>
  6. {{ partial "social-follow.html" . }}
  7. </div>
  8. </footer>