edited some music pages, started an 'fstab' guide

This commit is contained in:
2026-08-03 11:06:58 -04:00
parent 172ba53038
commit 07278c6edc
38 changed files with 1625 additions and 205 deletions
+4 -5
View File
@@ -1,6 +1,5 @@
<div class="video-container" style="text-align: center; margin: auto;">
<video controls preload="metadata" width="{{ .Get "width" | default "100" }}" style="max-width: 100%; height: auto; border-radius: 4px;">
<source src="{{ .Get "src" }}" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="video-wrapper" style="max-width: {{ .Get "width" | default "100%" }}; margin: 0 auto;">
<video src="{{ .Get "src" | relURL }}" controls style="width: 100%; height: auto;">
Your browser does not support the video tag.
</video>
</div>