+ Fixing issue with black on black text

* Fixing lack of actual purecss stylesheet (from cdn)
This commit is contained in:
shockrah
2021-08-14 15:11:50 -07:00
parent c301b399f1
commit 94bd864df0
2 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,9 @@
<div id="layout">
{{- partial "header.html" . -}}
<div id="main">
{{- block "main" . -}}{{- end -}}
<div class="content">
{{- block "main" . -}}{{- end -}}
</div>
</div>
</div>
{{- partial "footer.html" . -}}