diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-17 18:20:08 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-17 18:20:08 +0100 |
| commit | 481b47e0ae99cb4ac4ab6d192e84da1878dd6625 (patch) | |
| tree | 0c0f4bdac741e78fb1bda33b91517823da56db23 /layouts/_default | |
| parent | 573d3358b3fb0ddfba64c601becaaf83de6f1b31 (diff) | |
add slash at the end of links
Diffstat (limited to 'layouts/_default')
| -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 a3eb9d3..c8773b6 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -4,7 +4,7 @@ <div class="columns"> <ul> {{ range .Pages }} - <li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}">{{ .Title }}</a></li> + <li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}/">{{ .Title }}</a></li> {{ end }} </ul> </div> |
