feat: add movie posters to now page
This commit is contained in:
parent
4158faac60
commit
54e5e67643
6 changed files with 31 additions and 15 deletions
|
@ -33,9 +33,7 @@
|
|||
src="https://breezy-restored.coryd.dev/script.js"
|
||||
data-site="RHNGSUXO"
|
||||
defer></script>
|
||||
<script
|
||||
src="/_vercel/insights/script.js"
|
||||
defer></script>
|
||||
<script src="/_vercel/insights/script.js" defer></script>
|
||||
<link rel="webmention" href="https://webmention.io/coryd.dev/webmention" />
|
||||
<link rel="pingback" href="https://webmention.io/coryd.dev/xmlrpc" />
|
||||
<link
|
||||
|
@ -62,7 +60,7 @@
|
|||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="dark:text-white dark:bg-gray-900 font-sans text-gray-800">
|
||||
<body class="dark:text-white bg-white dark:bg-gray-900 font-sans text-gray-800">
|
||||
{{ content }}
|
||||
<script>
|
||||
document.getElementById("toggleDarkMode").addEventListener("click", function() {
|
||||
|
|
Reference in a new issue