modified head
This commit is contained in:
parent
6834f26b12
commit
94d0294ef6
2 changed files with 45 additions and 45 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue