(lint) remove unnecessary whitespace

created by hugo's {{ }}
This commit is contained in:
Aditya Telange
2020-09-23 12:52:32 +05:30
parent 2cb5c9dad5
commit 016dd6e9fa
14 changed files with 118 additions and 116 deletions

View File

@ -11,11 +11,11 @@
<path d="M12 6H0l6-6z" /></svg>
</button>
</a>
{{if in site.Params.mainSections .Type }}
{{ $highlight := resources.Get "js/highlight.min.js" | minify | fingerprint}}
{{- if in site.Params.mainSections .Type }}
{{- $highlight := resources.Get "js/highlight.min.js" | minify | fingerprint}}
<script src="{{ $highlight.Permalink }}" integrity="{{ $highlight.Data.Integrity }}"></script>
<script>hljs.initHighlightingOnLoad();</script>
{{end }}
{{- end }}
<script>
window.onload = function () {
if (localStorage.getItem("menu-scroll-position")) {