about summary refs log tree commit diff homepage
path: root/_layout/tag.html
blob: acbcfa99d7b959c01a5816b95e147d5c1d9ae6d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{insert hair.html}}
<title>Tag: {{fd_tag}}</title>
<body>
{{insert header.html}}
<main class=franklin-content>
  <h1>Tag: {{fd_tag}}</h1>
  {{taglist}}
  {{fead}}
</main>
{{insert footer.html}}
</body>
</html>