diff options
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r-- | layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 8b8c14b..90cbee5 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -3,7 +3,7 @@ {{ if .Data.Singular }} <h3 style="margin-bottom:0">Filtering for "{{ .Title }}"</h3> <small> - <a href="{{ "/blog" | relURL }}">Remove filter</a> + <a href="{{ "blog" | relURL }}">Remove filter</a> </small> {{ end }} <ul class="blog-posts"> |