File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 55
55
< ul class ="metadata page-metadata " data-bi-name ="page info " lang ="en-us " dir ="ltr ">
56
56
{{ lang.t("source.file.date.updated") }}:
57
57
{{ page.meta.git_revision_date_localized }}
58
- </ ul >
59
-
60
58
<!-- Tags -->
61
59
{% if page and page.meta and page.meta.e_maxx_link %}
62
60
{{ tags.append({'name':'From: e-maxx.ru', 'url': 'https://e-maxx.ru/algo/' + page.meta.e_maxx_link}) or '' }}
63
61
{% endif %}
64
62
{% if "tags" in config.plugins %}
65
- {% include "partials/tags.html" %}
63
+ {% for tag in tags %}
64
+ {% if tag.url %}
65
+ < a href ="{{ tag.url | url }} " class ="md-tag ">
66
+ {{ tag.name }}
67
+ </ a >
68
+ {% else %}
69
+ < span class ="md-tag "> {{ tag.name }}</ span >
70
+ {% endif %}
71
+ {% endfor %}
66
72
{% endif %}
73
+ </ ul >
67
74
68
75
{% if not "\x3ch1" in page.content %}
69
76
< h1 > {{ page.title | d(config.site_name, true)}}</ h1 >
You can’t perform that action at this time.
0 commit comments