Add BASE_URL env to journal and woodpecker

This commit is contained in:
Isaac Mills 2024-04-16 10:57:40 -04:00
parent cd05079513
commit 94ec6161aa
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
3 changed files with 19 additions and 16 deletions

View file

@ -7,7 +7,7 @@
<meta content="{{title}}" property="twitter:title">
<meta property="og:title" content="{{title}}">
<meta property="og:type" content="article">
<meta property="og:image" content="/images/logo-z.png">
<meta property="og:image" content="{{base_url}}/images/logo-z.png">
<meta property="og:image:width" content="310">
<meta property="og:image:height" content="310">
<meta property="og:image:alt" content="The Compute logo">
@ -20,8 +20,8 @@
<meta property="og:article:author:username" content="{{author.username}}">
{% endfor %}
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="/images/webclip.png" rel="apple-touch-icon">
<link href="{{base_url}}/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="{{base_url}}/images/webclip.png" rel="apple-touch-icon">
</head>
<body>
@ -29,4 +29,4 @@
{{body}}
</body>
</html>
</html>