Skip to content

Commit

Permalink
add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzhz committed May 24, 2023
1 parent bd7bff7 commit 1690778
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions layouts/partials/site-footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.Home.Permalink }}" >
&copy; {{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} {{ now.Format "2006"}} {{ end }}
</a>
<a href="https://beian.miit.gov.cn/" class="no-underline pv2 white-70">
沪ICP备18041381号-2
</a>
<div>{{ partial "social-follow.html" . }}</div>
</div>
</footer>

1 comment on commit 1690778

@vercel
Copy link

@vercel vercel bot commented on 1690778 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zxjd-site – ./

zxjd-site.vercel.app
zxjd-site-martinzh717.vercel.app
zxjd-site-git-main-martinzh717.vercel.app

Please sign in to comment.