remove default theme
This commit is contained in:
parent
b0b64876ae
commit
48d3ea13e6
24 changed files with 231 additions and 15 deletions
7
layouts/_default/home.html
Normal file
7
layouts/_default/home.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{ define "main" }}
|
||||
{{ .Content }}
|
||||
{{ range site.RegularPages }}
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
{{ .Summary }}
|
||||
{{ end }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue