add image preload
This commit is contained in:
parent
d46e0d8ba8
commit
7825dce524
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
<script defer src="{{ `highlight.min.js` | absURL }}" onload="hljs.initHighlightingOnLoad();"></script>
|
||||
{{ end }}
|
||||
|
||||
<!-- Preload -->
|
||||
<link rel="preload" as="image" href="{{ `theme.png` | absURL }}">
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="icon" href="{{ `favicon.ico` | absURL }}">
|
||||
<link rel="apple-touch-icon" href="{{ `apple-touch-icon.png` | absURL }}">
|
||||
|
|
Loading…
Reference in a new issue