Rename css variables, remove ugly footer and italicize description

This commit is contained in:
Yash Mehrotra
2021-08-05 17:09:25 +05:30
parent ab152b7b9b
commit cdfbce4f3a
4 changed files with 31 additions and 31 deletions

View File

@@ -3,6 +3,7 @@
{{- partial "head.html" . -}}
<body>
<script type="text/javascript">
// Immediately set theme on page load
setThemeByUserPref();
</script>
{{- partial "header.html" . -}}

View File

@@ -2,7 +2,7 @@
<div class="post-header-section">
<h1>{{ .Title }}</h1>
<small role="doc-subtitle">This is a subheading</small>
<small role="doc-subtitle">{{ .Description }}</small>
<p class="post-date">
{{ dateFormat "January 2, 2006" .Date }}
</p>