Files
cocoa-eh-hugo-theme/layouts/fixed/single.html
Nishanth Shanmugham 204880aac9 v0.3.0
- Change color from orange to blue; improve colors elsewhere
- Change `div.section` to `section`
- Rename  `posts` directory to `blog`
- Add ability to specify extra CSS files in `config.toml`
- Removed `WebFontsFile` feature from `config.toml`
- Remove the initials displayed on top right of single post pages
- Update example site
2015-12-24 16:57:45 -06:00

13 lines
311 B
HTML

{{ partial "header.html" . }}
<section class="main">
<div class="container">
<div class="content">
{{ partial "page-heading.html" . }}
<div class="markdown">
{{ .Content }}
</div>
</div>
</div>
</section>
{{ partial "footer.html" . }}