mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-03-28 17:32:37 +01:00
Co-authored-by: dame.eth <110121581+damedoteth@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user