diff options
author | Akshay <[email protected]> | 2024-11-03 22:47:58 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-03 22:47:58 +0000 |
commit | 429fefe5023222b3e8a9a8fb6fbf440938dacce8 (patch) | |
tree | 5065e8c8897b4cf06fd8d9cdd349a38946848d9e /src/views/comments.pug | |
parent | af143a2e14424f9ac4b7f4214cb726e37e0d0205 (diff) |
fix fonts (finally maybe)
Diffstat (limited to 'src/views/comments.pug')
-rw-r--r-- | src/views/comments.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/comments.pug b/src/views/comments.pug index d9c96e9..9210d96 100644 --- a/src/views/comments.pug +++ b/src/views/comments.pug | |||
@@ -22,8 +22,8 @@ html | |||
22 | main#content | 22 | main#content |
23 | +header() | 23 | +header() |
24 | div.hero | 24 | div.hero |
25 | h3 | 25 | h3.sub-title |
26 | a(href=`/r/${post.subreddit}`) r/#{post.subreddit} | 26 | a(href=`/r/${post.subreddit}`) ← r/#{post.subreddit} |
27 | 27 | ||
28 | h2 #{post.title} | 28 | h2 #{post.title} |
29 | 29 | ||