提交 1eee9a8d 编写于 作者: Z ZhengyuhangHans 提交者: Gitee

update themes/hugo-blog-jeffprod/layouts/guidance/list.html.

上级 a4062298
{{ define "main" }}
{{ $tag := lower .Title }}
<div class="columns">
<div class="column is-9">
{{ range where $.Page.Site.Pages "Type" "guidance" }}
<div> {{ .Content }} </div>
{{ end }}
</div>
<div class="column is-3">
{{ partial "widget-tags.html" . }}<br>
{{ partial "widget-recent.html" . }}<br>
{{ partial "widget-archives.html" . }}
</div>
</div>
{{ end }}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册