21 lines
978 B
Markdown
21 lines
978 B
Markdown
---
|
|
author: someone
|
|
layout: post_full
|
|
type: audio
|
|
audio-embed: <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/143789807&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
|
|
featimg: 6.jpg
|
|
title: Audio Full
|
|
tags: [music, soundcloud]
|
|
category: [audio]
|
|
---
|
|
This audio post is displays without a sidebar and has a featured image set for the index pages.
|
|
|
|
For the audio post to work, type must be set to audio and the audio-embed filled with an iframe.
|
|
|
|
```yml
|
|
---
|
|
layout: post_full
|
|
type: audio
|
|
audio-embed: <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/143789807&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
|
|
---
|
|
``` |