Adding <meta name="robots" content="noindex"> to tag.html

This commit is contained in:
Lucas Cimon 2017-12-20 22:49:39 +01:00
parent d6d9329d30
commit 6761e07409
No known key found for this signature in database
GPG Key ID: 6AF36E0DE97FE852
2 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,8 @@
<meta name="description" content="{% block description %}{{ DESCRIPTION }}{% endblock %}">
{% if FAVICON %}<link rel="shortcut icon" href="{{ SITEURL }}/{{ FAVICON }}" type="{{ FAVICON_TYPE|default('image/x-icon') }}">{% endif %}
<link href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed">
{% block meta %}
{% endblock %}
<meta name="author" content="{{ AUTHOR }}">
<meta name="copyright" content="{{ AUTHOR }}">

View File

@ -1,5 +1,9 @@
{% extends "base.html" %}
{% block meta %}
<meta name="robots" content="noindex">
{% endblock %}
{% block content %}
<div class="uk-width-medium-4-5">