Changes to HTML tags and styling choices
This commit is contained in:
@@ -39,7 +39,10 @@
|
||||
{{ with $title }}
|
||||
<title>{{ . }}</title>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Params.customJS }}
|
||||
<script type="module" src="{{ . | relURL }}"></script>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "paige/links.html" $page }}
|
||||
|
||||
{{ with $page.Param "paige.style" }}
|
||||
|
Reference in New Issue
Block a user