Skip to content

Commit

Permalink
Merge pull request #14 from sayan-mitra-9800/master
Browse files Browse the repository at this point in the history
variable isSub was not set
  • Loading branch information
oppiliappan authored Dec 21, 2024
2 parents 9b09e31 + 7fde47d commit 9a9bf55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,6 @@ bun.lockb
result

.direnv

# Database
*.db
1 change: 1 addition & 0 deletions src/views/subs.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ html
p
each s in subs
- var subreddit = s.subreddit
- var isSubbed = true
div.sub-title
h4
a(href=`/r/${subreddit}`)
Expand Down

0 comments on commit 9a9bf55

Please sign in to comment.