Remove mention of the word 'blog'
This commit is contained in:
parent
f6ab6db9c2
commit
bf5d57ef52
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<h1>Admin</h1>
|
<h1>Admin</h1>
|
||||||
|
|
||||||
This is a directory of pages which are used for managing blog content. They are
|
This is a directory of pages which are used for managing site content. They are
|
||||||
mostly left open to inspection, but you will not able to change
|
mostly left open to inspection, but you will not able to change
|
||||||
anything without providing credentials.
|
anything without providing credentials.
|
||||||
|
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
<script async type="module" src="{{ StaticURL "api.js" }}"></script>
|
<script async type="module" src="{{ StaticURL "api.js" }}"></script>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Here's your options for receiving updates about new blog posts:
|
Here's your options for receiving updates about new posts:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Option 1: Email</h2>
|
<h2>Option 1: Email</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Email is by far my preferred option for notifying followers of new posts. The
|
Email is by far my preferred option for notifying followers of new posts. The
|
||||||
entire email list system for this blog has been designed from scratch and is
|
entire email list system for this site has been designed from scratch and is
|
||||||
completely self-hosted in my living room.
|
completely self-hosted in my living room.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -21,8 +21,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
You will never receive an email from this blog except to notify of a new
|
You will never receive an email from me except to notify of a new post.
|
||||||
post.
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
<p>I'm not affiliated with these, but they're worth listing.</p>
|
<p>I'm not affiliated with these, but they're worth listing.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://search.marginalia.nu/">Marginalia</a> reminds me of the old internet.</li>
|
<li><a href="https://search.marginalia.nu/">Marginalia</a> reminds me of the old internet.</li>
|
||||||
<li><a href="https://drewdevault.com/2020/11/01/What-is-Gemini-anyway.html">Gemini</a> is a protocol I soon hope to add to my blog.</li>
|
<li><a href="https://drewdevault.com/2020/11/01/What-is-Gemini-anyway.html">Gemini</a> is a protocol I soon hope to add to this site.</li>
|
||||||
<li><a href="https://www.nts.live/">NTS</a> is a great internet radio station.</li>
|
<li><a href="https://www.nts.live/">NTS</a> is a great internet radio station.</li>
|
||||||
<li><a href="https://yamakan.place/palestine/#">Radio alHara</a> is another great internet radio station.</li>
|
<li><a href="https://yamakan.place/palestine/#">Radio alHara</a> is another great internet radio station.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<textarea
|
<textarea
|
||||||
name="body"
|
name="body"
|
||||||
placeholder="Blog body"
|
placeholder="Post body"
|
||||||
style="width:100%;height: 75vh;"
|
style="width:100%;height: 75vh;"
|
||||||
>
|
>
|
||||||
{{- .Payload.Post.Body -}}
|
{{- .Payload.Post.Body -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user