about summary refs log tree commit diff homepage
path: root/_layout/tag.html
blob: fb185741d493c3efd23ece05f9125b15bdbb1e04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang=en>
<meta charset=UTF-8>
<meta name=viewport content='width=device-width, initial-scale=1'>
<link rel=stylesheet href=/css/style.css>
<title>Tag: {{fd_tag}}</title>
<body>
{{insert header.html}}
<div class=franklin-content>
  <h1>Tag: {{fd_tag}}</h1>
  {{taglist}}
  {{insert page_foot.html}}
</div>
</body>
</html>