don't require the host to be in the Image tag
now that we know our base host via config, we can stop hardcoding it in each Image tag Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
@@ -5,9 +5,9 @@ SPDX-License-Identifier: GPL-3.0-only
|
||||
<html lang="en">
|
||||
<title>{{ title }}</title>
|
||||
<meta charset="utf-8">
|
||||
<meta property="og:url" content="{{ base_url }}">
|
||||
{% if title %}<meta property="og:title" content="{{ title }}">{% endif %}
|
||||
{% if description %}<meta property="og:description" content="{{ description }}">{% endif %}
|
||||
<meta property="og:url" content="{{ base_url }}">
|
||||
{% if image %}<meta property="og:image" content="{{ image }}">{% endif %}
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
Reference in New Issue
Block a user