fix placement of victorhugo for diary theme

This commit is contained in:
Don Harper 2021-03-07 09:52:28 -06:00
parent c2c20347bb
commit 55fcd63548
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,4 @@
{{ define "main" }}
{{ partial "victorhugo.html" . }}
<div ref="streamContainer" class="stream-container">
<div class="post-list-container post-list-container-shadow">
<div class="post">

View file

@ -118,5 +118,6 @@ $(
{{ if .Site.Params.disqusShortname }}
<script src="https://cdn.jsdelivr.net/npm/vue-disqus@3/dist/vue-disqus.js"></script>
{{ end }}
{{ partial "victorhugo.html" . }}
</head>