chore: minor cleanup
This commit is contained in:
parent
070bd32afa
commit
f7f5d32175
3 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@
|
||||||
/assets/img/favicon/favicon-32x32.png /assets/icons/favicon.ico 301!
|
/assets/img/favicon/favicon-32x32.png /assets/icons/favicon.ico 301!
|
||||||
/assets/img/favicon/favicon-16x16.png /assets/icons/favicon.ico 301!
|
/assets/img/favicon/favicon-16x16.png /assets/icons/favicon.ico 301!
|
||||||
|
|
||||||
# redirects
|
# general
|
||||||
/articles/ / 301!
|
/articles/ / 301!
|
||||||
/sitemap.txt /sitemap.xml 301!
|
/sitemap.txt /sitemap.xml 301!
|
||||||
/mastodon https://social.lol/@cory 301!
|
/mastodon https://social.lol/@cory 301!
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
href="/assets/icons/favicon.svg?v={% appVersion %}"
|
href="/assets/icons/favicon.svg?v={% appVersion %}"
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/svg+xml">
|
type="image/svg+xml">
|
||||||
<link href="/assets/icons/apple-touch-icon.png?v={% appVersion %}" rel="apple-touch-icon">
|
<link href="/assets/icons/logo.webp?v={% appVersion %}" rel="apple-touch-icon">
|
||||||
{% capture css %}
|
{% capture css %}
|
||||||
{% render "../assets/styles/partials/vars.css" %}
|
{% render "../assets/styles/partials/vars.css" %}
|
||||||
{% render "../assets/styles/partials/animations.css" %}
|
{% render "../assets/styles/partials/animations.css" %}
|
||||||
|
@ -41,12 +41,12 @@
|
||||||
<link
|
<link
|
||||||
type="application/atom+xml"
|
type="application/atom+xml"
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
title="Cory Dransfeldt"
|
title="{{ meta.siteName }}"
|
||||||
href="https://feedpress.me/coryd">
|
href="https://feedpress.me/coryd">
|
||||||
<link
|
<link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
type="application/json"
|
type="application/json"
|
||||||
title="Cory Dransfeldt"
|
title="{{ meta.siteName }}"
|
||||||
href="https://feedpress.me/coryd.json" />
|
href="https://feedpress.me/coryd.json" />
|
||||||
<link
|
<link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
|
|
|
@ -9,7 +9,7 @@ image: /assets/img/404.jpg
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
<style>{{ css }}</style>
|
<style>{{ css }}</style>
|
||||||
<div class="four-oh-four__wrapper">
|
<div class="four-oh-four__wrapper">
|
||||||
<img src="/assets/img/404.jpg" alt="404 image — oops!" class="image__banner" />
|
<img src="/assets/img/404.jpg" alt="404 — oops!" class="image__banner" />
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h2 class="page__header">{{ title }}</h2>
|
<h2 class="page__header">{{ title }}</h2>
|
||||||
<h3>What kind of idiots do you have working here?</h3>
|
<h3>What kind of idiots do you have working here?</h3>
|
||||||
|
|
Reference in a new issue