about summary refs log tree commit diff homepage
path: root/_layout/tag.html
blob: 72fd0d2cbacc6d5fd3a34b57268eba2b70d51452 (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}}
  {{openring}}
</main>
{{insert footer.html}}
</body>
</html>