1 Star 0 Fork 235

z-qw/blog

forked from openGauss/blog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
list.html 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
xzx 提交于 2020-12-23 22:49 +08:00 . !99 new style version of blog
{{ define "main" }}
{{ $tag := lower .Title }}
<div class="container">
<div class="section">
<div class="columns">
<div class="column">
{{ range where $.Page.Site.Pages "Type" "guidance" }}
<div class="guidance blog-content"> {{ .Content }} </div>
{{ end }}
</div>
</div>
</div>
</div>
{{ end }}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/z-qw/blog.git
git@gitee.com:z-qw/blog.git
z-qw
blog
blog
master

搜索帮助