chore: minor cleanup
This commit is contained in:
parent
070bd32afa
commit
f7f5d32175
3 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue