1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-30 15:21:03 +00:00

Update dependencies (#2289)

This commit is contained in:
2023-10-04 15:02:24 -05:00
parent a85690b306
commit 0a83385de0
8 changed files with 539 additions and 476 deletions

View File

@@ -20,14 +20,21 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
#} -->
{% import "partials/path-item.html" as item with context %}
<!-- Determine whether to show navigation path -->
{% if page.meta and page.meta.hide %}
{% set hidden = "hidden" if "path" in page.meta.hide %}
{% endif %}
<!-- Determine whether we have enough pages for rendering -->
{% set depth = page.ancestors | length %}
{% if nav.homepage %}
{% set depth = depth + 1 %}
{% endif %}
<!-- Navigation path (breadcrumbs) -->
{% if depth > 1 %}
{% set count = namespace(value=1) %}
<nav class="md-path" aria-label="{{ lang.t('nav') }}" {{ hidden }}>