clean up some site styling bugs
This commit is contained in:
parent
75d4998664
commit
ee2a8402fb
@ -20,7 +20,7 @@ enableGitInfo = true
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
subtitle = "A Journal"
|
subtitle = "A Journal"
|
||||||
brand = "<img src=\"/img/ipse-solus-logo.png\" alt=\"\"/><br/> <center>Ipse Solus</center>"
|
brand = "<img src=\"/img/ipse-solus-logo.png\" alt=\"\"/><br/> <center><b>Ipse Solus</b></center>"
|
||||||
#highlightjs = "tango"
|
#highlightjs = "tango"
|
||||||
#highlightjs_extra_languages = []
|
#highlightjs_extra_languages = []
|
||||||
custom_js = ["js/math-code.js"]
|
custom_js = ["js/math-code.js"]
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
{{ partial "head.html" . }}
|
{{ partial "head.html" . }}
|
||||||
|
|
||||||
<body>
|
|
||||||
<div id="layout">
|
<div id="layout">
|
||||||
|
|
||||||
{{ partial "sidemenu.html" . }}
|
{{ partial "sidemenu.html" . }}
|
||||||
|
|
||||||
<div id="main">
|
<div id="main"/>
|
||||||
|
</div>
|
Loading…
Reference in New Issue
Block a user