mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-27 22:10:16 +00:00
theme: only copy auto-complete.css once II #1040
This commit is contained in:
parent
ec1b461d38
commit
8f55271c77
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
<link href="{{(printf "css/format-%s%s.css" $outputFormat $min) | relURL}}{{ $assetBusting }}" rel="stylesheet" id="R-format-style">
|
||||
{{- if not .Site.Params.disableSearch }}
|
||||
{{- with resources.Get "/css/auto-complete/auto-complete.css" }}
|
||||
<link href="{{ (. | minify).RelPermalink }}{{ $assetBusting }}" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;">
|
||||
<link href="{{ (. | minify).RelPermalink }}{{ $assetBusting }}" rel="stylesheet">
|
||||
{{- end }}
|
||||
{{- with resources.Get "/js/auto-complete/auto-complete.js" }}
|
||||
<script src="{{ (. | minify).RelPermalink }}{{ $assetBusting }}" defer></script>
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.4.1+7b439a7ac49509535569689f7996a3328fceebc9
|
||||
7.4.1+ec1b461d3886edd1383ec154518b970e72ca3f08
|
Loading…
Add table
Reference in a new issue