We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf0f71 commit 28cbdaaCopy full SHA for 28cbdaa
config/_default/markup.toml
content/_index.md renamed to layouts/_default/index.html
@@ -1,16 +1,8 @@
1
----
2
-title: "mpvQC"
3
-date: 2020-09-30T00:00:00+02:00
4
-draft: false
5
6
-
7
8
-{{< image src="/img/screenshot-0.8.0.png" alt="Screenshot" position="center" >}}
+{{ define "main" }}
9
+<img src="/img/screenshot-0.8.0.png" alt="Screenshot"/>
10
11
<h1>mpvQC</h1>
12
13
14
libmpv based application for the quick and easy creation of quality control reports of video files
15
16
<h3>Latest release</h3>
@@ -26,3 +18,5 @@ <h4>Older releases</h4>
26
18
<a href="https://github.com/mpvqc/mpvQC/releases/tag/0.2.1">v0.2.1</a><br>
27
19
<a href="https://github.com/mpvqc/mpvQC/releases/tag/0.2.0">v0.2.0</a><br>
28
20
</p>
21
+
22
+{{ end }}
0 commit comments