]> njoseph.me Git - hyde.git/blame - layouts/_default/single.html
Added an option change the theme globally in the configs
[hyde.git] / layouts / _default / single.html
CommitLineData
e1a4df05 1{{ partial "head.html" . }}
00eb7169 2<body class="{{ .Site.Params.themeColor }}">
da66ac19 3
e1a4df05 4{{ partial "sidebar.html" . }}
da66ac19 5
6 <div class="content container">
7<div class="post">
8 <h1>{{ .Title }}</h1>
9 <span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span>
10 {{ .Content }}
11</div>
12</div>
13
14 </body>
15</html>