mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed rendering of tags (9.2.0b0 regression)
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
{% if tags %}
|
{% if tags %}
|
||||||
<nav class="md-tags" {{ hidden }}>
|
<nav class="md-tags" {{ hidden }}>
|
||||||
{% for tag in tags %}
|
{% for tag in tags %}
|
||||||
|
{% set icon = "" %}
|
||||||
{% if config.extra.tags %}
|
{% if config.extra.tags %}
|
||||||
{% set icon = " md-tag-icon" %}
|
{% set icon = " md-tag-icon" %}
|
||||||
{% if tag.type %}
|
{% if tag.type %}
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
{% if tags %}
|
{% if tags %}
|
||||||
<nav class="md-tags" {{ hidden }}>
|
<nav class="md-tags" {{ hidden }}>
|
||||||
{% for tag in tags %}
|
{% for tag in tags %}
|
||||||
|
{% set icon = "" %}
|
||||||
{% if config.extra.tags %}
|
{% if config.extra.tags %}
|
||||||
{% set icon = " md-tag-icon" %}
|
{% set icon = " md-tag-icon" %}
|
||||||
{% if tag.type %}
|
{% if tag.type %}
|
||||||
|
|||||||
Reference in New Issue
Block a user