chore(web): Correct URLs for assets & feeds on TVL blog
Change-Id: I8720d49f8f3f4010f57a53e763a4f246bf4eb3d8
This commit is contained in:
parent
6edfdd0773
commit
e61b50baf9
2 changed files with 5 additions and 2 deletions
|
@ -26,6 +26,7 @@ runCommandNoCC "${lib.strings.sanitizeDerivationName title}-index.html" {
|
|||
<meta name="description" content="The Virus Lounge">
|
||||
<link rel="stylesheet" type="text/css" href="${staticUrl}/tvl.css" media="all">
|
||||
<link rel="icon" type="image/webp" href="${staticUrl}/favicon.webp">
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="https://tvl.fyi/feed.atom">
|
||||
<title>${title}</title>
|
||||
'' + lib.optionalString (args ? extraHead) extraHead + ''
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue