fix placement of victorhugo for diary theme
This commit is contained in:
parent
c2c20347bb
commit
55fcd63548
2 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue