http: adds post.css to blog/microlog posts

This commit is contained in:
2026-06-18 09:43:32 +01:00
parent 3c132ca4dc
commit abd249030b
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ CANONICAL_URL="${SITE_URL}/blog/$(basename "${PAGE}")"
#! #!
pp "${SHARE}"/components/head.upphtml pp "${SHARE}"/components/head.upphtml
#! #!
<link rel="stylesheet" href="/css/post.css" />
</head> </head>
<body> <body>
@@ -12,6 +12,8 @@ CANONICAL_URL="${SITE_URL}/microlog/$(basename "${SRC}")"
#! #!
pp "${SHARE}"/components/head.upphtml pp "${SHARE}"/components/head.upphtml
#! #!
<link rel="stylesheet" href="/css/post.css" />
</head> </head>
<body> <body>