forked from mirrors/hugo-tufte
Compare commits
2 commits
0ab3adb17d
...
f9ac8f83c4
Author | SHA1 | Date | |
---|---|---|---|
f9ac8f83c4 | |||
d8a18e639e |
2 changed files with 11 additions and 2 deletions
|
@ -60,6 +60,15 @@ mark {
|
|||
background: #ddd;
|
||||
}
|
||||
|
||||
// Styling for menu
|
||||
|
||||
menu {
|
||||
margin: auto !important;
|
||||
text-align: center !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* Styling for listing pages. */
|
||||
|
|
|
@ -10,7 +10,7 @@ This template render single pages
|
|||
{{ partial "content.header.html" . }}
|
||||
{{ partial "toc.html" . }}
|
||||
<section>{{ .Content }}</section>
|
||||
<section>{{ partial "footer.html" . }}</section>
|
||||
<section>{{ partial "nav.html" . }}</section>
|
||||
<section>{{ partial "nav.html" . }}</section>
|
||||
<section>{{ partial "footer.html" . }}</section>
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue