mirror of
https://github.com/morgan9e/blog
synced 2026-04-15 00:34:35 +09:00
Reset
This commit is contained in:
11
themes/plain/layouts/index.html
Normal file
11
themes/plain/layouts/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ define "main" }}
|
||||
<div class="home">
|
||||
<h1>{{ .Site.Params.author }}</h1>
|
||||
{{ with .Site.Params.description }}<p class="desc">{{ . }}</p>{{ end }}
|
||||
<ul>
|
||||
{{ range .Site.Params.homeLinks }}
|
||||
<li><a href="{{ .url }}">{{ .label }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user