chore: formatting
This commit is contained in:
parent
9f211008f1
commit
580b05af1b
1 changed files with 6 additions and 28 deletions
|
@ -21,14 +21,8 @@
|
||||||
<meta name="theme-color" content="{{ meta.themeColor }}" />
|
<meta name="theme-color" content="{{ meta.themeColor }}" />
|
||||||
<meta name="generator" content="{{ eleventy.generator }}">
|
<meta name="generator" content="{{ eleventy.generator }}">
|
||||||
<meta name="robots" content="noai, noimageai">
|
<meta name="robots" content="noai, noimageai">
|
||||||
<link
|
<link href="/assets/icons/favicon.ico?v={% appVersion %}" rel="icon" sizes="any">
|
||||||
href="/assets/icons/favicon.ico?v={% appVersion %}"
|
<link href="/assets/icons/favicon.svg?v={% appVersion %}" rel="icon" type="image/svg+xml">
|
||||||
rel="icon"
|
|
||||||
sizes="any">
|
|
||||||
<link
|
|
||||||
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/apple-touch-icon.png?v={% appVersion %}" rel="apple-touch-icon">
|
||||||
{% capture css %}
|
{% capture css %}
|
||||||
{% render "../assets/styles/partials/vars.css" %}
|
{% render "../assets/styles/partials/vars.css" %}
|
||||||
|
@ -38,26 +32,10 @@
|
||||||
<style>{{ css }}</style>
|
<style>{{ css }}</style>
|
||||||
<link rel="webmention" href="https://webmention.io/coryd.dev/webmention" />
|
<link rel="webmention" href="https://webmention.io/coryd.dev/webmention" />
|
||||||
<link rel="pingback" href="https://webmention.io/coryd.dev/xmlrpc" />
|
<link rel="pingback" href="https://webmention.io/coryd.dev/xmlrpc" />
|
||||||
<link
|
<link type="application/atom+xml" rel="alternate" title="{{ meta.siteName }}" href="https://feedpress.me/coryd">
|
||||||
type="application/atom+xml"
|
<link rel="alternate" type="application/json" title="{{ meta.siteName }}" href="https://feedpress.me/coryd.json" />
|
||||||
rel="alternate"
|
<link rel="alternate" href="https://feedpress.me/coryd-follow" title="Cory Dransfeldt's activity feed" type="application/rss+xml">
|
||||||
title="{{ meta.siteName }}"
|
<link rel="alternate" href="https://feedpress.me/coryd-links" title="Cory Dransfeldt's links feed" type="application/rss+xml">
|
||||||
href="https://feedpress.me/coryd">
|
|
||||||
<link
|
|
||||||
rel="alternate"
|
|
||||||
type="application/json"
|
|
||||||
title="{{ meta.siteName }}"
|
|
||||||
href="https://feedpress.me/coryd.json" />
|
|
||||||
<link
|
|
||||||
rel="alternate"
|
|
||||||
href="https://feedpress.me/coryd-follow"
|
|
||||||
title="Cory Dransfeldt's activity feed"
|
|
||||||
type="application/rss+xml">
|
|
||||||
<link
|
|
||||||
rel="alternate"
|
|
||||||
href="https://feedpress.me/coryd-links"
|
|
||||||
title="Cory Dransfeldt's links feed"
|
|
||||||
type="application/rss+xml">
|
|
||||||
{% if schema == 'blog' %}
|
{% if schema == 'blog' %}
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue