29 Star 18 Fork 235

openGauss/blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
widget-related.html 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangpeiheng 提交于 2020-07-27 15:40 +08:00 . modify blog detail style
{{ range first 1 (where (where .Site.Pages ".Params.tags" "intersect" .Params.tags) "Permalink" "!=" .Permalink) }}
{{ $.Scratch.Set "has_related" true }}
{{ end }}
{{ if $.Scratch.Get "has_related" }}
<div class="card">
<div class="card-content">
<h1 class="title is-5">Related posts</h1>
{{ $num_to_show := .Site.Params.related_content_limit | default 7 }}
{{ range first $num_to_show (where (where .Site.Pages ".Params.tags" "intersect" .Params.tags) "Permalink" "!=" .Permalink) }}
<p><a href="{{ .Permalink | absURL }}">{{ .Title }}</a></p>
<time class="has-text-grey-light is-size-7">{{ .Date.Day }} {{ .Date.Month }} {{ .Date.Year }}</time>
{{ end }}
</div>
</div>
{{ end }}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opengauss/blog.git
git@gitee.com:opengauss/blog.git
opengauss
blog
blog
bbe73603ffabb752a7083b7a9e1242f167063da4

搜索帮助