Add temporary favicon
This commit is contained in:
parent
e542d3247d
commit
efbce84fcb
|
|
@ -25,6 +25,8 @@ module.exports = config => {
|
||||||
.sort((a, b) => a.data.startDate - b.data.startDate).reverse();
|
.sort((a, b) => a.data.startDate - b.data.startDate).reverse();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
config.addPassthroughCopy('src/favicon.ico')
|
||||||
|
|
||||||
return {
|
return {
|
||||||
markdownTemplateEngine: 'liquid',
|
markdownTemplateEngine: 'liquid',
|
||||||
dataTemplateEngine: 'liquid',
|
dataTemplateEngine: 'liquid',
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,7 @@
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="{{ currentUrl }}" />
|
<meta property="og:url" content="{{ currentUrl }}" />
|
||||||
|
|
||||||
<link rel="icon" href="/images/meta/favicon.ico" sizes="any">
|
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||||
<link rel="icon" href="/images/meta/favicon.svg" type="image/svg+xml">
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
{% include "css/critical.css" %}
|
{% include "css/critical.css" %}
|
||||||
|
|
|
||||||
BIN
src/favicon.ico
Normal file
BIN
src/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue