diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 18:48:18 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 18:48:18 +0300 |
| commit | 6d16d76f9bc446f99ff4416dbec4d2aed82e04f4 (patch) | |
| tree | 0c7a504ae4d3d9d527625f8012285074925dbad0 /_layouts/music-release.html | |
| parent | 9f1447f3040ef38740cdcdd855cc2dd076156de4 (diff) | |
| download | aaoth.xyz-6d16d76f9bc446f99ff4416dbec4d2aed82e04f4.tar.gz aaoth.xyz-6d16d76f9bc446f99ff4416dbec4d2aed82e04f4.zip | |
add releases permalinks and page layout
Diffstat (limited to '_layouts/music-release.html')
| -rw-r--r-- | _layouts/music-release.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/music-release.html b/_layouts/music-release.html new file mode 100644 index 0000000..0b641b8 --- /dev/null +++ b/_layouts/music-release.html @@ -0,0 +1,7 @@ +--- +layout: default +--- + +<!-- TODO: add album art and maybe change the whole structure --> + +{%- include music-project-release-info.html release=page %} |
