Add BASE_URL env to journal and woodpecker
This commit is contained in:
parent
cd05079513
commit
94ec6161aa
3 changed files with 19 additions and 16 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue