File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
bootstrap3-jinja/templates Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ lang="{{ lang }}">
36
36
37
37
{{ html_stylesheets() }}
38
38
<meta name="theme-color" content="{{ theme_color }}">
39
+ {% if meta_generator_tag %}
39
40
<meta name="generator" content="Nikola (getnikola.com)">
41
+ {% endif %}
40
42
{{ html_feedlinks() }}
41
43
<link rel="canonical" href="{{ abs_link(permalink) }}">
42
44
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ lang="{{ lang }}">
41
41
42
42
{{ html_stylesheets() }}
43
43
<meta name="theme-color" content="{{ theme_color }}">
44
+ {% if meta_generator_tag %}
44
45
<meta name="generator" content="Nikola (getnikola.com)">
46
+ {% endif %}
45
47
{{ html_feedlinks() }}
46
48
<link rel="canonical" href="{{ abs_link(permalink) }}">
47
49
You can’t perform that action at this time.
0 commit comments