arcusiridis/layouts/partials/sidebar/widgets/search/head.html
2019-07-25 12:46:57 +05:30

7 lines
346 B
HTML

<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com/" />
<link rel="preconnect" href="https://cdnjs.cloudflare.com/" />
<!-- Cache the scripts and JSON index -->
<link rel="preload" href="{{ partial "make_link" (dict "URL" "/index.json" "Root" $) }}" as="fetch" />
{{ partial "styles" (dict "Asset" "css/widgets/search.css" "Root" $) }}