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
Fix permalinks
Luiz F. A. de Prá
08.11.2018
289c9e0b076e8631347ab096755502d7583bb9ef
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
home.html
1
2
3
4
5
6
7
8
9
10
11
<section class="container centered">
<div class="about">
<h1>{{ .Site.Params.author }}</h1>
<h2>{{ .Site.Params.info }}</h2>
<ul>
{{ range sort .Site.Params.social }}
<li><a href="{{ .url }}">{{ .name }}</a></li>
{{ end }}
</ul>
</div>
</section>