forked from leftypol/leftypol
news.html: add missing meta tags
This commit is contained in:
parent
ceb6638b99
commit
7a50a603ae
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@
|
|||
</style>
|
||||
{{ boardlist.top }}
|
||||
<header>
|
||||
<h1>{{ settings.title }}</h1>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
||||
{% if config.meta_keywords %}<meta name="keywords" content="{{ config.meta_keywords }}">{% endif %}
|
||||
<title>{{ settings.title }}</title>
|
||||
<img src="{{ config.logo }}" alt="logo" class="home-logo">
|
||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}?v={{ config.resource_version }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue