diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-18 16:45:59 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-18 16:45:59 +0200 |
| commit | a4106b2b0e2bd73bda5a7ecc22659c0920d56ade (patch) | |
| tree | 53e0d59313a5fbc194683eaab665bca6dea120c5 /layouts/shortcodes | |
| parent | c14820f8431dd5ad2ba14de0ed70d40d148d7310 (diff) | |
rework website
Diffstat (limited to 'layouts/shortcodes')
| -rw-r--r-- | layouts/shortcodes/article-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/article-list.html b/layouts/shortcodes/article-list.html index 9f245dc..338643c 100644 --- a/layouts/shortcodes/article-list.html +++ b/layouts/shortcodes/article-list.html @@ -3,4 +3,4 @@ <li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}">{{ .Title }}</a></li> {{- end }} </ul> -<a href="{{ .Get "category" }}">See more...</a> +<a href='{{ .Get "category" }}'>See more...</a> |
