diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-02 00:47:55 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-02 00:47:55 +0200 |
| commit | 828126bf014187b1a5338b67f1d92d61b8f991a0 (patch) | |
| tree | 73a28a2c040f6ea2464e5b18c07d696877b1e707 /layouts/blog | |
| parent | e8db08f5556aecf2f2b90324376b2994d9fa3786 (diff) | |
Update font styles and background colors in CSS files
Diffstat (limited to 'layouts/blog')
| -rw-r--r-- | layouts/blog/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 055f302..db1cb98 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -2,7 +2,7 @@ {{- .Content }} <ul> - {{ range .Pages.ByLastmod }} + {{ range .Pages.ByLastmod.Reverse }} <li> <time datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}">{{ .Date.Format "2006-01-02" }}</time> <a href="{{ .RelPermalink }}">{{ .Page.Title }}</a> |
