Skip to content

Commit

Permalink
Merge pull request #24 from ninjadev/album
Browse files Browse the repository at this point in the history
Add album to webpage
  • Loading branch information
stianjensen authored Nov 30, 2023
2 parents 51dd987 + 74692fb commit 3895e44
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _includes/embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,16 @@
</iframe>
{% endif %} {% if post.embed.type == "image" %}
<img src="{{ post.embed.url }}" style="width: 100%" />
{% endif %} {% if post.embed.type == "spotify" %}
<iframe
style="border-radius: 12px"
src="{{ post.embed.url }}"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"
>
</iframe>
{% endif %}
14 changes: 14 additions & 0 deletions _posts/2023-11-30-album.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
type: album
title: Ninjadev
by: Ninjadev
embed:
type: spotify
url: https://open.spotify.com/embed/album/7qOhF110afMoSkrKfX8kio
links:
spotify:
url: https://open.spotify.com/album/7qOhF110afMoSkrKfX8kio?si=KcMX8Tm9Ry-krw040kyXDQ
name: Spotify
---

Finally available to stream!

0 comments on commit 3895e44

Please sign in to comment.