modified head

This commit is contained in:
somrat 2019-12-03 13:42:06 +06:00
parent 6834f26b12
commit 94d0294ef6
2 changed files with 45 additions and 45 deletions

View file

@ -30,7 +30,7 @@
{{ "<!-- Main Stylesheet -->" | safeHTML }}
{{ $styles := resources.Get "css/style.css" | minify}}
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen">
<link rel="stylesheet" href="{{ $styles.Permalink }}" media="screen">
{{ "<!-- jquiry -->" | safeHTML }}
<script src="{{ .Site.BaseURL }}plugins/jquery/jquery-1.12.4.js"></script>