dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add IMG max-width
Luiz de Prá
23.48.2018
d3e619ecf9d451c7b6574a53d13555ac2faffdd5
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
post.html
1
2
3
4
5
6
7
8
9
10
<section class="container post">
<article>
<header>
<h1 class="title">{{ .Title }}</h1>
<h2 class="date">{{ .Date.Format "January 2, 2006" }}</h2>
</header>
{{ .Content }}
</article>
</section>