diff options
author | EuAndreh <eu@euandre.org> | 2025-04-11 14:50:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-11 14:50:32 -0300 |
commit | 477c469662bfe550248679148298de669627aa27 (patch) | |
tree | 8a4ebbdcbbfcb3f5b0d2ff2d8c3aa55e28a16994 | |
parent | Makefile: Generate independent Atom feed per category (diff) | |
download | papo.im-477c469662bfe550248679148298de669627aa27.tar.gz papo.im-477c469662bfe550248679148298de669627aa27.tar.xz |
src/content/: Hoist relative links to variables
-rw-r--r-- | src/content/blog/index.adoc | 5 | ||||
-rw-r--r-- | src/content/incidents/2000/01/01/service-start.adoc | 14 |
2 files changed, 12 insertions, 7 deletions
diff --git a/src/content/blog/index.adoc b/src/content/blog/index.adoc index 7e46f04..075f77f 100644 --- a/src/content/blog/index.adoc +++ b/src/content/blog/index.adoc @@ -1,3 +1,6 @@ = Blog -== Recent articles link:atom.xml[image:../img/atom.svg[Standard orange RSS feed icon]] +:feed: link:feed.xml +:icon: image:../img/atom/light.svg + +== Recent articles {feed}[{icon}[Standard orange RSS feed icon]] diff --git a/src/content/incidents/2000/01/01/service-start.adoc b/src/content/incidents/2000/01/01/service-start.adoc index 9488ef9..d5013c0 100644 --- a/src/content/incidents/2000/01/01/service-start.adoc +++ b/src/content/incidents/2000/01/01/service-start.adoc @@ -1,14 +1,16 @@ = Service start! :categories: launch -link:https://papo.im[papo.im] is now available! See the -link:https://papo.im/blog/1970/01/01/launch.html[annoucement article]. +:landing: link:../../../../ +:article: link:../../../../blog/1970/01/01/launch.html +:feed: link:../../../feed.xml +:atom-icon: image:../../../../img/atom/light.svg + +{landing}[papo.im] is now available! See the {article}[annoucement article]. Now that the service has been publicly launched, we'll start to monitor for incidents, and report them here. Each incident will have a corresponding postmortem, to document what was done and prevent it from happening again. -You can use the -link:../../../../atom.xml[atom feed] -image:../../../../img/atom.svg[Standard orange RSS feed icon] -to subscribe for updates. +You can use the {feed}[atom feed] {atom-icon}[Standard orange RSS feed icon] to +subscribe for updates. |