1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

update(video): Add video sources (#2894)

This commit is contained in:
2025-02-14 17:35:13 -06:00
parent 87eb01d344
commit 8baf09e913
5 changed files with 69 additions and 9 deletions

View File

@ -174,6 +174,29 @@
</nav>
</li>
</ul>
<!-- Related links -->
{% if page.config.links %}
<ul class="md-post__meta md-nav__list">
<li class="md-nav__item md-nav__item--section">
<div class="md-post__title">
<span class="md-ellipsis">
{{ lang.t("blog.references") }}
</span>
</div>
<!-- Render related links -->
<nav class="md-nav">
<ul class="md-nav__list">
{% for nav_item in page.config.links %}
{% set path = "__ref_" ~ loop.index %}
{{ item.render(nav_item, path, 1) }}
{% endfor %}
</ul>
</nav>
</li>
</ul>
{% endif %}
</nav>
<!-- Table of contents, if integrated -->