Co-authored-by: dame.eth <110121581+damedoteth@users.noreply.github.com>
This commit is contained in:
Daniel Norman
2023-03-29 19:09:18 +02:00
committed by GitHub
parent 57aa8c30f0
commit 1ba02094fe
3 changed files with 4 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ fields:
name: permalink
label: Permalink
description: 'URL for this post. Must start and end with slashes. <br>For blog posts,
include the date: <em>/2022-09-23-descriptive-title/</em><br>For weekly newsletters,
use the edition number: <em>/weekly-123/</em>'
include the date: <em>/2022-09-23-descriptive-title/</em><br>For newsletters,
use the edition number: <em>/newsletter-123/</em>'
config:
required: true
- type: text

View File

@@ -26,7 +26,7 @@
class="text-blueGreen hover:underline"
href="#newsletter-form"
@click="blockLazyLoad()"
>weekly newsletter</a
>newsletter</a
>{{ `, ` }}
<a
class="text-blueGreen hover:underline"

View File

@@ -6,7 +6,7 @@
<div class="flex-shrink lg:max-w-sm xl:max-w-xl mb-4 lg:mb-0">
<h2 class="type-h2">Stay informed</h2>
<p class="mt-2 mr-2">
Sign up for the IPFS Weekly newsletter (<router-link
Sign up for the IPFS newsletter (<router-link
:to="latestWeeklyPost ? latestWeeklyPost.path : ''"
class="text-blueGreenLight hover:underline"
>example</router-link