mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-12 21:41:56 +00:00
chore: remove old layout, update theme
This commit is contained in:
parent
506136454e
commit
f5ba2a7d18
2 changed files with 1 additions and 16 deletions
|
@ -1,15 +0,0 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<p>
|
||||
RSS feed <a href="/index.xml">here</a>.
|
||||
</p>
|
||||
|
||||
<h2>Latest Posts</h2>
|
||||
<ul>
|
||||
{{ range where .Site.RegularPages "Section" "posts" }}
|
||||
<li>
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a> - {{ .Date.Format "2006-01-02" }}
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
|
@ -1 +1 @@
|
|||
Subproject commit cfd29ad5f006e19aa1d5d709ce60375eb3c7cafd
|
||||
Subproject commit 6cb12d5d4e130cc103a3e1fb75849abd8a2f07b5
|
Loading…
Reference in a new issue