diff options
| author | xengineering <me@xengineering.eu> | 2026-07-21 21:19:12 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-07-21 21:19:12 +0200 |
| commit | 8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6 (patch) | |
| tree | 6ef590933c8cb52913d64dd59665e251cba21f22 /layouts/articles | |
| parent | b5eeb887af6b02e4b168827d3643bfaff4118ce0 (diff) | |
| download | website-8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6.tar website-8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6.tar.zst website-8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6.zip | |
Fix CSS in debugging
This switches to Hugo modules to embed the simple.css file from the
repository with the same name to the Hugo site.
Diffstat (limited to 'layouts/articles')
| -rw-r--r-- | layouts/articles/list.html | 2 | ||||
| -rw-r--r-- | layouts/articles/single.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/articles/list.html b/layouts/articles/list.html index 72879ad..188357d 100644 --- a/layouts/articles/list.html +++ b/layouts/articles/list.html @@ -12,7 +12,7 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="{{ "style.css" | absURL }}" type="text/css"> + <link rel="stylesheet" href="{{ "simple.css" | absURL }}" type="text/css"> </head> diff --git a/layouts/articles/single.html b/layouts/articles/single.html index 7df87e4..07193f2 100644 --- a/layouts/articles/single.html +++ b/layouts/articles/single.html @@ -12,7 +12,7 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="{{ "style.css" | absURL }}" type="text/css"> + <link rel="stylesheet" href="{{ "simple.css" | absURL }}" type="text/css"> </head> |
