chore: minor cleanup

This commit is contained in:
Cory Dransfeldt 2024-02-16 12:52:12 -08:00
parent 070bd32afa
commit f7f5d32175
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@
/assets/img/favicon/favicon-32x32.png /assets/icons/favicon.ico 301!
/assets/img/favicon/favicon-16x16.png /assets/icons/favicon.ico 301!
# redirects
# general
/articles/ / 301!
/sitemap.txt /sitemap.xml 301!
/mastodon https://social.lol/@cory 301!

View file

@ -29,7 +29,7 @@
href="/assets/icons/favicon.svg?v={% appVersion %}"
rel="icon"
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 %}
{% render "../assets/styles/partials/vars.css" %}
{% render "../assets/styles/partials/animations.css" %}
@ -41,12 +41,12 @@
<link
type="application/atom+xml"
rel="alternate"
title="Cory Dransfeldt"
title="{{ meta.siteName }}"
href="https://feedpress.me/coryd">
<link
rel="alternate"
type="application/json"
title="Cory Dransfeldt"
title="{{ meta.siteName }}"
href="https://feedpress.me/coryd.json" />
<link
rel="alternate"

View file

@ -9,7 +9,7 @@ image: /assets/img/404.jpg
{% endcapture %}
<style>{{ css }}</style>
<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">
<h2 class="page__header">{{ title }}</h2>
<h3>What kind of idiots do you have working here?</h3>