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="generator" content="{{ eleventy.generator }}">
|
||||
<meta name="robots" content="noai, noimageai">
|
||||
<link
|
||||
href="/assets/icons/favicon.ico?v={% appVersion %}"
|
||||
rel="icon"
|
||||
sizes="any">
|
||||
<link
|
||||
href="/assets/icons/favicon.svg?v={% appVersion %}"
|
||||
rel="icon"
|
||||
type="image/svg+xml">
|
||||
<link href="/assets/icons/favicon.ico?v={% appVersion %}" 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">
|
||||
{% capture css %}
|
||||
{% render "../assets/styles/partials/vars.css" %}
|
||||
|
@ -38,26 +32,10 @@
|
|||
<style>{{ css }}</style>
|
||||
<link rel="webmention" href="https://webmention.io/coryd.dev/webmention" />
|
||||
<link rel="pingback" href="https://webmention.io/coryd.dev/xmlrpc" />
|
||||
<link
|
||||
type="application/atom+xml"
|
||||
rel="alternate"
|
||||
title="{{ meta.siteName }}"
|
||||
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">
|
||||
<link type="application/atom+xml" rel="alternate" title="{{ meta.siteName }}" 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' %}
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
|
|
Reference in a new issue