feat: Add gitignore
This commit is contained in:
8
themes/animals/layouts/_default/home.html
Normal file
8
themes/animals/layouts/_default/home.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "main" }}
|
||||
{{ .Content }}
|
||||
{{ range site.RegularPages }}
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
{{ .Summary }}
|
||||
{{ end }}
|
||||
<button class="button is-primary">Button</button>
|
||||
{{ end }}
|
Reference in New Issue
Block a user