mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-06 05:16:05 -06:00
commit
cf74b1ea19
@ -4,29 +4,7 @@
|
|||||||
<!-- To the Future! -->
|
<!-- To the Future! -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
|
||||||
<!-- Meta Tags -->
|
{% include "visiosoft.theme.base::partials/metatags" %}
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width"/>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="generator" content="{{ config_get('streams::distribution.name') }}"/>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
||||||
<meta name="description" content="{{ trans(template.meta_description) }}"/>
|
|
||||||
|
|
||||||
{% block ogdata %}
|
|
||||||
<meta property="og:site_name"
|
|
||||||
content="{{ template.get('og_site_name', setting_value('streams::name', config_get('streams::distribution.name'))) }}"/>
|
|
||||||
<meta property="og:description" content="{{ template.get('og_description', trans(template.meta_description)) }}"/>
|
|
||||||
<meta property="og:title" content="{{ template.get('og_title', trans(template.meta_title)) }}"/>
|
|
||||||
<meta property="og:url" content="{{ template.get('og_url', url_current()) }}"/>
|
|
||||||
<meta property="og:image" content="{{ template.get('og_image') }}"/>
|
|
||||||
<meta property="og:type" content="website"/>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
<title>
|
|
||||||
{{ setting_value('streams::name', config_get('streams::distribution.name')) }}
|
|
||||||
›
|
|
||||||
{{ trans(template.meta_title) }}
|
|
||||||
</title>
|
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
{#{{ favicons("theme::img/favicon.png") }}#}
|
{#{{ favicons("theme::img/favicon.png") }}#}
|
||||||
|
|||||||
@ -0,0 +1,16 @@
|
|||||||
|
<!-- Meta Tags -->
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width"/>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="generator" content="{{ config_get('streams::distribution.name') }}"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||||
|
<meta name="description" content="{{ trans(template.meta_description) }}"/>
|
||||||
|
<!-- Meta Tags -->
|
||||||
|
|
||||||
|
<title>
|
||||||
|
{{ setting_value('streams::name', config_get('streams::distribution.name')) }}
|
||||||
|
›
|
||||||
|
{{ trans(template.meta_title) }}
|
||||||
|
</title>
|
||||||
|
|
||||||
|
{% include "visiosoft.theme.base::partials/ogdata" %}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
{% block ogdata %}
|
||||||
|
<meta property="og:site_name"
|
||||||
|
content="{{ template.get('og_site_name', setting_value('streams::name', config_get('streams::distribution.name'))) }}"/>
|
||||||
|
<meta property="og:description" content="{{ template.get('og_description', trans(template.meta_description)) }}"/>
|
||||||
|
<meta property="og:title" content="{{ template.get('og_title', trans(template.meta_title)) }}"/>
|
||||||
|
<meta property="og:url" content="{{ template.get('og_url', url_current()) }}"/>
|
||||||
|
<meta property="og:image" content="{{ template.get('og_image') }}"/>
|
||||||
|
<meta property="og:type" content="website"/>
|
||||||
|
{% endblock %}
|
||||||
Loading…
Reference in New Issue
Block a user