编写
编写tag.html
或tag_?.html
放在layouts/shortcodes/
文件夹中
1<!-- layouts/shortcodes/tag.html -->
2<strong style= "background: {{ .Get "colour" }};border: 1px solid {{ .Get "colour" }};border-radius: 5px;">{{ .Get "tag" }}</strong>
1<!-- layouts/shortcodes/tag_academic.html -->
2<strong style= "background: #33BBFF;border: 1px solid #33BBFF;border-radius: 5px;">学术</strong>
使用
1{{< tag colour="green" tag="自定义" >}}
2
3{{< tag_academic >}}
4{{< tag_read >}}
5{{< tag_sport >}}
6{{< tag_kegel >}}
7{{< tag_relax >}}
8{{< tag_bathe >}}
9{{< tag_play >}}
10{{< tag_go_out >}}
11{{< tag_hentai >}}
学术 阅读 运动 提肛 放松 洗澡 游戏 外出 色色
除另有声明外,本博客文章均采用 知识共享 (Creative Commons) 署名 4.0 国际许可协议 进行许可。转载请注明原作者与文章出处。