mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
typos
This commit is contained in:
parent
151c61a79a
commit
40dd888a0c
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<%- include('partials/head-common') %>
|
<%- include('partials/head-common') %>
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
<%= page.title + ' / ' + site.title %>
|
<%= page.title + ' | ' + site.title %>
|
||||||
</title>
|
</title>
|
||||||
<meta name="description" content="<%= page.description %>">
|
<meta name="description" content="<%= page.description %>">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
http-equiv="Refresh"
|
http-equiv="Refresh"
|
||||||
content="0; URL=<%= page.redirectTarget %>">
|
content="0; URL=<%= page.redirectTarget %>">
|
||||||
<title>
|
<title>
|
||||||
<%= 'Redirect / ' + site.title %>
|
<%= 'Redirect | ' + site.title %>
|
||||||
</title>
|
</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ const rssFeed = new rss({
|
||||||
feed_url: `${url}/rss.xml`,
|
feed_url: `${url}/rss.xml`,
|
||||||
image_url: `${url}/icon.svg'`,
|
image_url: `${url}/icon.svg'`,
|
||||||
description:
|
description:
|
||||||
'Fanzine about experiments, code and other cyberpunk stuff'})
|
'A fanzine about experiments, code and other cyberpunk stuff'})
|
||||||
|
|
||||||
feed.forEach(([date, url, title, description]) =>
|
feed.forEach(([date, url, title, description]) =>
|
||||||
rssFeed.item({date, url, title, description}))
|
rssFeed.item({date, url, title, description}))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue