feat: meta description updates
This commit is contained in:
parent
81c528e44f
commit
3b9fbf7dec
41 changed files with 58 additions and 23 deletions
|
@ -2,7 +2,7 @@
|
|||
title: Blogroll
|
||||
layout: default
|
||||
permalink: /blogroll.html
|
||||
description: 'These are awesome blogs that I enjoy and you may enjoy too.'
|
||||
description: These are awesome blogs that I enjoy and you may enjoy too.
|
||||
---
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<p>You can <a onclick="clicky?.log('/blogroll','OPML download', 'download');" href="/blogroll.opml">download an OPML file</a> containing all of these feeds and import them into your RSS reader.</p>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Contact
|
||||
layout: default
|
||||
permalink: /contact.html
|
||||
description: 'How to contact me.'
|
||||
description: How to contact me.
|
||||
---
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<div class="contact-wrapper">
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: Success
|
||||
layout: default
|
||||
permalink: /contact/success.html
|
||||
description: I'll be in touch soon. Thanks for your message!
|
||||
---
|
||||
<div class="text-centered">
|
||||
<h2 class="contact-success-header">{{ title }}</h2>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Referrals
|
||||
layout: default
|
||||
permalink: /referrals.html
|
||||
description: 'Referral links for services that I use.'
|
||||
description: Referral links for services that I use.
|
||||
---
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
title: Uses
|
||||
layout: default
|
||||
permalink: /uses.html
|
||||
description: 'Software, tools and services that I use regularly.'
|
||||
image: /assets/img/pages/uses.jpg
|
||||
description: Software, tools and services that I use regularly.
|
||||
---
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Webrings
|
||||
layout: default
|
||||
permalink: /webrings.html
|
||||
description: "Webrings are awesome! These are the ones I'm a member of."
|
||||
description: Webrings are awesome! These are the ones I'm a member of.
|
||||
---
|
||||
<h2
|
||||
class="m-0 text-xl font-black leading-tight tracking-normal dark:text-white md:text-2xl mb-2"
|
||||
>
|
||||
{{ title }}
|
||||
</h2>
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
|
||||
[Webrings](https://en.wikipedia.org/wiki/Webring) are _awesome_. I'm a member of a few that follow. Check them out!
|
||||
|
||||
|
|
Reference in a new issue