fixed micropub endpoint
note to self: don't try and add code on your phone when you're about to sleep. Also added the micropub_media endpoint (I think that's how it works? Documentation is slim)
This commit is contained in:
parent
5f6aeb8312
commit
3f66e318b8
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
<link rel="webmention" href="https://webmention.io/death.id.au/webmention" />
|
||||
<link rel="pingback" href="https://webmention.io/death.id.au/xmlrpc" />
|
||||
<link rel="microsub" href="https://aperture.p3k.io/microsub/807">
|
||||
<link rel="micropub" href="https:// micropub.death.id.au/micropub">
|
||||
<link rel="micropub" href="https://micropub.death.id.au/.netlify/functions/micropub">
|
||||
<link rel="micropub_media" href="https://micropub.death.id.au/.netlify/functions/media">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script src="https://kit.fontawesome.com/ebe14e90c3.js" crossorigin="anonymous"></script>
|
||||
<title>Mon Repos (Death's Domain)</title>
|
||||
|
|
Loading…
Reference in a new issue