diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-21 21:54:44 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-21 21:54:44 +0000 |
| commit | 861df4bd438c082752aeb0868ed35d196e05d6f1 (patch) | |
| tree | 757c9fa9c55e128b739d47316a00e33ce7c8b047 /source/_layouts/master.blade.php | |
| parent | 11ddf0a921ea701a5f9cbc96afb510d0b2da2886 (diff) | |
Remove blog from urls
Diffstat (limited to 'source/_layouts/master.blade.php')
| -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 33b32cc..7c1cedf 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -8,7 +8,7 @@ <aside> <ol> @foreach ($page->allCategories($posts) as $category) - <li><a href="/blog/categories/{{ $category }}">{{ $category }}</a></li> + <li><a href="/categories/{{ $category }}">{{ $category }}</a></li> @endforeach </ol> </aside> |
