mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Initial files
This commit is contained in:
11
layouts/partials/home.html
Normal file
11
layouts/partials/home.html
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user