-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
martinzhz
committed
May 24, 2023
1 parent
bd7bff7
commit 1690778
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" > | ||
© {{ 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> |
1690778
There was a problem hiding this comment.
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