File tree 2 files changed +0
-6
lines changed
bootstrap4-jinja/templates
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11
11
{% if post.meta('keywords') %}
12
12
<meta name="keywords" content="{{ smartjoin(', ', post.meta('keywords'))|e }}">
13
13
{% endif %}
14
- {% if post.description() %}
15
- <meta name="description" itemprop="description" content="{{ post.description()|e }}">
16
- {% endif %}
17
14
<meta name="author" content="{{ post.author()|e }}">
18
15
{% if post.prev_post %}
19
16
<link rel="prev" href="{{ post.prev_post.permalink() }}" title="{{ post.prev_post.title()|e }}" type="text/html">
Original file line number Diff line number Diff line change 11
11
% if post.meta('keywords'):
12
12
<meta name="keywords" content="${smartjoin(', ', post.meta('keywords'))|h}">
13
13
% endif
14
- %if post.description():
15
- <meta name="description" itemprop="description" content="${post.description()|h}">
16
- %endif
17
14
<meta name="author" content="${post.author()|h}">
18
15
%if post.prev_post:
19
16
<link rel="prev" href="${post.prev_post.permalink()}" title="${post.prev_post.title()|h}" type="text/html">
You can’t perform that action at this time.
0 commit comments