開発環境
- macOS Catalina - Apple (OS)
- Emacs (Text Editor)
- Windows 10 Pro (OS)
- Visual Studio Code (Text Editor)
- Hugo
Build Websites With Hugo: Fast Web Development With Markdown (Brian P. Hogan(著)、Pragmatic Bookshelf)のChapter 5(Adding a Blog)、Your Turn 1.の解答を求めてみる。
portfolio/themes/basic/layouts/_default/tag.html
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ range .Pages }}
{{ partial "post_summary.html" .}}
{{end}}
{{end}}
0 コメント:
コメントを投稿