Skip to content

Commit 914e4ab

Browse files
committed
fix
1 parent 469f273 commit 914e4ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ipfs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363

6464
- name: Build
6565
run: |
66-
cat ./config.yml
6766
hugo --gc --minify --cleanDestinationDir
6867
6968
- name: Generate robots.txt

layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1 class="post-title">
3939
<ul class="post-copyright">
4040
<li><strong>文章作者:</strong><a rel="author" href="//liudon.com">Liudon</a></li>
4141
<li style="word-break:break-all"><strong>文章链接:</strong><a href="{{ .Permalink | absURL }}">{{ .Permalink }}</a></li>
42-
<li><strong>版权声明:</strong>本站采用 <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en">CC BY-NC-ND 4.0</a> 协议,完整转载请注明来自 https://liudon.com</li>
42+
<li><strong>版权声明:</strong>本站采用 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> 协议,完整转载请注明来自 <a href="//liudon.com">流动</a></li>
4343
</ul>
4444
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
4545
<ul class="post-tags">

0 commit comments

Comments
 (0)