This website requires JavaScript.
Explore
Help
Sign in
ptrcnull
/
smol
Watch
1
Star
0
Fork
You've already forked smol
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
3c57d0797d
smol
/
layouts
/
index.html
9 lines
106 B
HTML
Raw
Normal View
History
Unescape
Escape
Define the Base Template and fix Hugo warnings * Define the Base Template (baseof.html) * Use relative URL link to style.css file * Move summary.html from partials to _default layouts * Fix Hugo warnings (needs Hugo 0.20 or newer) * Fix Paginator rule on main page. Fix #8 * Latest posts: show pages from mainSections only * Bump Hugo 0.19 -> 0.20 * Formatting
2019-07-30 21:32:26 +00:00
{{ define "main" }}
Initial commit
2016-10-14 20:41:10 +00:00
<
main
>
feat: Moved homepage out of <article>
2020-11-24 21:04:30 +00:00
<
h1
>
{{ .Title }}
<
/
h1
>
<
div
>
{{ .Content }}
<
/
div
>
Initial commit
2016-10-14 20:41:10 +00:00
<
/
main
>
Define the Base Template and fix Hugo warnings * Define the Base Template (baseof.html) * Use relative URL link to style.css file * Move summary.html from partials to _default layouts * Fix Hugo warnings (needs Hugo 0.20 or newer) * Fix Paginator rule on main page. Fix #8 * Latest posts: show pages from mainSections only * Bump Hugo 0.19 -> 0.20 * Formatting
2019-07-30 21:32:26 +00:00
{{ end }}
Reference in a new issue
Copy permalink