Add link to feeds
This commit is contained in:
parent
437641cb6b
commit
bb98bec8fc
1 changed files with 13 additions and 7 deletions
|
@ -16,7 +16,7 @@
|
||||||
<main id="main-content" class="container">
|
<main id="main-content" class="container">
|
||||||
<h1 id="pancakes">pancakes</h1>
|
<h1 id="pancakes">pancakes</h1>
|
||||||
<p>I'm a cat <abbr title="non-binary">enby</abbr> (<abbr
|
<p>I'm a cat <abbr title="non-binary">enby</abbr> (<abbr
|
||||||
title="they/them/their/theirs/themself or it/it/its/its/itself in English">they/it</abbr>) from Australia
|
title="they/them/their/theirs/themself or it/it/its/its/itself in English">they/it</abbr>) from Australia
|
||||||
that likes cats, Linux, and programming. You can find my links, projects, and other pages here.</p>
|
that likes cats, Linux, and programming. You can find my links, projects, and other pages here.</p>
|
||||||
|
|
||||||
<h2 id="accounts">Accounts</h2>
|
<h2 id="accounts">Accounts</h2>
|
||||||
|
@ -48,6 +48,9 @@
|
||||||
|
|
||||||
<BlogPosts/>
|
<BlogPosts/>
|
||||||
|
|
||||||
|
<p>I have an <a href="https://pancakes.gay/feed.atom" target="_blank">Atom feed</a> and <a
|
||||||
|
href="https://pancakes.gay/feed.json" target="_blank">JSON Feed</a></p>
|
||||||
|
|
||||||
<h2 id="projects">Projects</h2>
|
<h2 id="projects">Projects</h2>
|
||||||
<p>Projects that I have created</p>
|
<p>Projects that I have created</p>
|
||||||
|
|
||||||
|
@ -95,9 +98,11 @@
|
||||||
<details>
|
<details>
|
||||||
<summary>Add my button</summary>
|
<summary>Add my button</summary>
|
||||||
<pre><code><a href="@Buttons.Pancakes.Href" target="_blank">
|
<pre><code><a href="@Buttons.Pancakes.Href" target="_blank">
|
||||||
<img src="@Buttons.Pancakes.Href@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" alt"@Buttons.Pancakes.Title">
|
<img src="@Buttons.Pancakes.Href@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" alt"@Buttons.Pancakes.Title">
|
||||||
</a></code></pre>
|
</a></code></pre>
|
||||||
<p>The image URL may change in the future. Instead of hotlinking it you should <a href="@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" download="pancakes.png">download the image</a> manually.</p>
|
<p>The image URL may change in the future. Instead of hotlinking it you should <a
|
||||||
|
href="@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" download="pancakes.png">download the image</a>
|
||||||
|
manually.</p>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<ul class="buttons card">
|
<ul class="buttons card">
|
||||||
|
@ -133,7 +138,8 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2 id="notify">Notify</h2>
|
<h2 id="notify">Notify</h2>
|
||||||
<p>Send me a push notification. This will be a silent notification on my phone with no popup, vibration, or sound.</p>
|
<p>Send me a push notification. This will be a silent notification on my phone with no popup, vibration, or
|
||||||
|
sound.</p>
|
||||||
|
|
||||||
<EditForm Model="Ntfy" OnValidSubmit="SubmitNtfy" FormName="Ntfy">
|
<EditForm Model="Ntfy" OnValidSubmit="SubmitNtfy" FormName="Ntfy">
|
||||||
<DataAnnotationsValidator/>
|
<DataAnnotationsValidator/>
|
||||||
|
@ -165,7 +171,7 @@
|
||||||
|
|
||||||
public class NtfyModel
|
public class NtfyModel
|
||||||
{
|
{
|
||||||
[StringLength(128)]
|
[StringLength(128)] public string Message { get; set; } = "";
|
||||||
public string Message { get; set; } = "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue