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:
parent
87e60d53f6
commit
4ca71181c7
2 changed files with 22 additions and 1 deletions
3
layouts/shortcodes/r.html
Normal file
3
layouts/shortcodes/r.html
Normal 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>
|
||||
{{- "" -}}
|
Loading…
Add table
Add a link
Reference in a new issue