diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-07 22:55:21 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-07 22:55:21 +0000 |
| commit | 008b171d883c369d92ecc9b5baec92f671b88c54 (patch) | |
| tree | 22376853587205c230d6004d11569b4e4eeb8bb9 /source/_layouts | |
| parent | 8a59a4d61f20c7a7c03362d3f3a44e0197fd2827 (diff) | |
Style tags
Diffstat (limited to 'source/_layouts')
| -rw-r--r-- | source/_layouts/master.blade.php | 2 |
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> |
