このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
adrianshort
/
tumble
ミラー元
https://github.com/adrianshort/tumble.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
A tumblelog theme for Hugo
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
30
コミット
1
ブランチ
627 KiB
ツリー:
e5517ee98a
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'e5517ee98a' から
${ noResults }
tumble
/
layouts
/
_default
/
single.html
single.html
47 B
Raw
通常表示
履歴
Move to base templates and blocks As opposed to the old way of including header/footer partials in every template. For some reason, /themes/<THEME>/layouts/taxonomies/tag.terms.html doesn't work as a block but the default terms template /themes/<THEME>/layouts/_default/terms.html does.
7年前
1
2
3
{{ define "main" }}
{{ .Content }}
{{ end }}