Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Jun 11, 2024
1 parent a32660d commit 8765eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/Sidebar/RandomTags.pug
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#random-tags.el
h2.tit
a.link.to-list(href='/tag') 태그
.tags(class='flex flex-wrap gap-2')
.tags(class='flex flex-wrap gap-1.5')
s_random_tags
.tag
a.name(
href='[##_tag_link_##]'
class='inline-block text-xs px-3 py-2 rounded-lg bg-h-300 dark:bg-h-600')
class='inline-block text-xs px-2.5 py-1.5 rounded-lg bg-h-300 dark:bg-h-600')
i.ico(class='fa fa-tag mr-1.5')
span.link(class='[##_tag_class_##]') [##_tag_name_##]

0 comments on commit 8765eb8

Please sign in to comment.