Skip to content

Commit 28cbdaa

Browse files
committed
Simplify page
1 parent 4bf0f71 commit 28cbdaa

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

config/_default/markup.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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" >}}
1+
{{ define "main" }}
92

3+
<img src="/img/screenshot-0.8.0.png" alt="Screenshot"/>
104

115
<h1>mpvQC</h1>
12-
13-
146
libmpv based application for the quick and easy creation of quality control reports of video files
157

168
<h3>Latest release</h3>
@@ -26,3 +18,5 @@ <h4>Older releases</h4>
2618
<a href="https://github.com/mpvqc/mpvQC/releases/tag/0.2.1">v0.2.1</a><br>
2719
<a href="https://github.com/mpvqc/mpvQC/releases/tag/0.2.0">v0.2.0</a><br>
2820
</p>
21+
22+
{{ end }}

0 commit comments

Comments
 (0)