refactor(sterni/mblog): drop redundant <style> element
Change-Id: I7cf9681130cc2f99050ebc0c736a4e1387ce8fbc Reviewed-on: https://cl.tvl.fyi/c/depot/+/8350 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
d884890e56
commit
b340b8a57f
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@ a:link, a:visited {
|
|||
(:title (who:esc ,title))
|
||||
(:link :rel "stylesheet"
|
||||
:type "text/css"
|
||||
:href ,(concatenate 'string (if root "" "../") "style.css"))
|
||||
(:style "a:link, a:visited { color: blue; }"))
|
||||
:href ,(concatenate 'string (if root "" "../") "style.css")))
|
||||
(:body
|
||||
(:header
|
||||
(:nav
|
||||
|
|
Loading…
Reference in a new issue