summaryrefslogtreecommitdiff
path: root/source/_layouts/master.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'source/_layouts/master.blade.php')
-rw-r--r--source/_layouts/master.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php
index cb9ebdc..5fced96 100644
--- a/source/_layouts/master.blade.php
+++ b/source/_layouts/master.blade.php
@@ -12,7 +12,7 @@
<aside class="p-4 lg:fixed">
<a href="/">Home</a>
@foreach ($page->allTags($posts) as $tag)
- <a href="/tags/{{ Str::slug($tag) }}">{{ $tag }}</a>
+ <a class="rounded p-1 {{Str::slug($tag) }}" href="/tags/{{ Str::slug($tag) }}">{{ $tag }}</a>
@endforeach
</aside>
</div>