Odstranění nepřátelského kódu (baseof.html)

This commit is contained in:
Marek Nečada 2022-04-11 22:02:27 +03:00
parent a41c3b78e1
commit ca31028dfe
1 changed files with 4 additions and 13 deletions

View File

@ -29,8 +29,10 @@
href="{{ `css/hyde.css` | relURL }}">
<link type="text/css"
href="{{ `css/rows.css` | relURL }}"
rel="stylesheet" >
href="{{ `css/rows.css` | relURL }}"
rel="stylesheet" >
{{ partial "theme-color.html" . }}
@ -66,20 +68,9 @@
{{ partial "footer.html" . }}
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/js/all.min.js"
integrity="sha256-MAgcygDRahs+F/Nk5Vz387whB4kSK9NXlDN3w58LLq0="
crossorigin="anonymous"></script>
<script src="{{ `js/jquery.min.js` | relURL }}"></script>
<script src="{{ `js/soho.js` | relURL }}"></script>
{{ range $.Site.Params.customJs -}}
<script src="{{ . | relURL }}"></script>
{{- end}}
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
</body>
</html>