From 477c469662bfe550248679148298de669627aa27 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 11 Apr 2025 14:50:32 -0300 Subject: src/content/: Hoist relative links to variables --- src/content/blog/index.adoc | 5 ++++- 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. -- cgit v1.2.3