Commit Graph

9 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 441a8f0655 Prefer HTML over Liquid Templates
While Liquid is powerful, it is completely unreadable for many things, and actively makes documents harder to read. So instead of relying on it for everything, why not just use HTML5 for the page?

The change reduces the parsing overhead for browser by about 30% through reducing the number of useless <div> elements. Additionally the CSS became easier to read as well.
2023-04-03 22:25:08 +02:00
Michael Fabian 'Xaymar' Dirks 40a4885e4b media: Fix controls not working in Chromium 2022-11-27 08:11:02 +01:00
Michael Fabian 'Xaymar' Dirks 610e35011b media: Fix cropped off videos 2022-11-27 06:15:12 +01:00
Michael Fabian 'Xaymar' Dirks 8b93277bc0 media: Fix some styling issues 2022-11-27 06:04:27 +01:00
Michael Fabian 'Xaymar' Dirks 60aaaf7132 Significantly improve the media player UX 2022-11-27 00:53:36 +01:00
Michael Fabian 'Xaymar' Dirks 58d126287e Significant video player improvements 2022-11-26 05:12:02 +01:00
Michael Fabian 'Xaymar' Dirks a4d8cf175a Fix media and columns 2022-01-11 07:14:24 +01:00
Michael Fabian 'Xaymar' Dirks 6adf42d457 Add new Features:
- Block Alignments
- Tables
- Media with Links
- Block Sizes
2021-12-28 19:43:39 +01:00
Michael Fabian 'Xaymar' Dirks 64cfc04a22 Improve Media, Column, Heading blocks 2021-12-25 11:01:32 +01:00