Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudon committed Sep 26, 2024
1 parent 469f273 commit 914e4ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:

- name: Build
run: |
cat ./config.yml
hugo --gc --minify --cleanDestinationDir
- name: Generate robots.txt
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1 class="post-title">
<ul class="post-copyright">
<li><strong>文章作者:</strong><a rel="author" href="//liudon.com">Liudon</a></li>
<li style="word-break:break-all"><strong>文章链接:</strong><a href="{{ .Permalink | absURL }}">{{ .Permalink }}</a></li>
<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>
<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>
</ul>
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
<ul class="post-tags">
Expand Down

0 comments on commit 914e4ab

Please sign in to comment.