diff --git a/_includes/head.html b/_includes/head.html index c669075..f33a5d4 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -20,6 +20,7 @@ + diff --git a/_layouts/home.html b/_layouts/home.html index 919ab1e..641ad15 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -28,13 +28,13 @@

{{ post.title }}< - {% capture filename %} - {{- post.filename -}} + {% capture file %} + {{- post.file -}} {% endcapture %} {% capture title %} {{- post.title -}} {% endcapture %} - {% include player.html filename=filename title=title %} + {% include player.html file=file title=title %}