Add the {{r}} shortcode that renders a subreddit as a subtle (color only on hover) link, in monospace with no background

This commit is contained in:
Eryn Wells 2023-01-07 09:42:56 -08:00
parent 87e60d53f6
commit 4ca71181c7
2 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{{- $subreddit := .Get 0 -}}
<a class="hover-only" href="https://reddit.com/r/{{ $subreddit }}"><code class="nobg">r/{{ $subreddit }}</code></a>
{{- "" -}}