Fix meta tags and disable adding feeds
This commit is contained in:
parent
630e049d8c
commit
4c41dda244
3 changed files with 31 additions and 8 deletions
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="%s" />
|
||||
<meta name="keywords" content="%s" />
|
||||
<meta name="author" content="%s" />
|
||||
<link rel="canonical" href="%s" />
|
||||
{% if description %}<meta name="description" content="{{ description }}" />{% endif %}
|
||||
{% if keywords %}<meta name="keywords" content="{{ keywords }}" />{% endif %}
|
||||
{% if author %}<meta name="author" content="{{ author }}" />{% endif %}
|
||||
{% if canonical %}<link rel="canonical" href="{{ canonical }}" />{% endif %}
|
||||
{% if title %}
|
||||
<title>{{ title }}</title>
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue