mirror of
https://github.com/safing/web
synced 2025-04-09 13:39:09 +00:00
25 lines
875 B
HTML
25 lines
875 B
HTML
---
|
|
title: Safing Video Updates
|
|
layout: page
|
|
---
|
|
|
|
<section class="general-layout">
|
|
<div class="blogpod-container mt-80">
|
|
<div class="blogpod-container-top">
|
|
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
|
<h2 class="blogpod-container-top-title">
|
|
Video Updates
|
|
</h2>
|
|
<div class="blogpod-container-top-extra">
|
|
<a class="link-secondary" href="{{ site.youtube_channel_url }}">YouTube</a>
|
|
<a class="link-secondary" href="{{ site.invidious_channel_url }}">Invidious</a>
|
|
</div>
|
|
</div>
|
|
<div class="blogpod-container-bottom">
|
|
{% assign sorted_videos = site.publications | reverse | where:"category","video" %}
|
|
{% for video in sorted_videos %}
|
|
{% include thumbnail_video.html %}
|
|
{% endfor %}
|
|
</div>
|
|
</div>
|
|
</section>
|