commit
7f3252007a
16
package.json
16
package.json
|
@ -15,19 +15,17 @@
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Claudia Reynders",
|
"name": "Claudia Reynders",
|
||||||
"email": "hello-claudia@mangamaui.com",
|
"url": "https://twitter.com/claudia_rndrs"
|
||||||
"url": "https://mangamaui.com"
|
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy": "^1.0.1",
|
"@11ty/eleventy": "^1.0.2",
|
||||||
"@11ty/eleventy-img": "^2.0.0",
|
"@11ty/eleventy-img": "^2.0.1",
|
||||||
"@11ty/eleventy-navigation": "^0.3.2",
|
"@11ty/eleventy-navigation": "^0.3.5",
|
||||||
"@11ty/eleventy-plugin-rss": "^1.1.2",
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||||
"luxon": "^2.3.2",
|
"luxon": "^3.2.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"sass": "^1.50.1",
|
"sass": "^1.57.1",
|
||||||
"svg-icon-sprite": "^1.1.1"
|
"svg-icon-sprite": "^1.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<footer role="contentinfo">
|
<footer role="contentinfo">
|
||||||
<p>This project is maintained by <span>Claudia Reynders</span>, since 2022. Find me on
|
<p>This project is maintained by <span>Claudia Reynders</span>, since 2022. Find me on
|
||||||
<a class="social-media__link"
|
<a class="social-media__link"
|
||||||
href="https://twitter.com/mangamaui"
|
href="https://twitter.com/claudia_rndrs"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
<svg-icon
|
<svg-icon
|
||||||
src="/assets/sprite.svg#twitter"
|
src="/assets/sprite.svg#twitter"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<meta property="og:image" content="{{ socialImage }}">
|
<meta property="og:image" content="{{ socialImage }}">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:site" content="@mangamaui">
|
<meta name="twitter:site" content="@twitterhandle">
|
||||||
<meta name="twitter:title" content="{{ title }}">
|
<meta name="twitter:title" content="{{ title }}">
|
||||||
<meta name="twitter:description" content="{{ metadata.description }}">
|
<meta name="twitter:description" content="{{ metadata.description }}">
|
||||||
<meta name="twitter:image" content="socialImage">
|
<meta name="twitter:image" content="socialImage">
|
||||||
|
|
Loading…
Reference in New Issue