Add link to feeds
This commit is contained in:
parent
437641cb6b
commit
bb98bec8fc
1 changed files with 13 additions and 7 deletions
|
@ -48,6 +48,9 @@
|
|||
|
||||
<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>
|
||||
<p>Projects that I have created</p>
|
||||
|
||||
|
@ -96,8 +99,10 @@
|
|||
<summary>Add my button</summary>
|
||||
<pre><code><a href="@Buttons.Pancakes.Href" target="_blank">
|
||||
<img src="@Buttons.Pancakes.Href@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" alt"@Buttons.Pancakes.Title">
|
||||
</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>
|
||||
</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>
|
||||
</details>
|
||||
|
||||
<ul class="buttons card">
|
||||
|
@ -133,7 +138,8 @@
|
|||
</ul>
|
||||
|
||||
<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">
|
||||
<DataAnnotationsValidator/>
|
||||
|
@ -165,7 +171,7 @@
|
|||
|
||||
public class NtfyModel
|
||||
{
|
||||
[StringLength(128)]
|
||||
public string Message { get; set; } = "";
|
||||
[StringLength(128)] public string Message { get; set; } = "";
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue