Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaSekh committed Jun 3, 2020
1 parent f9fc870 commit 8c20128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<link rel="stylesheet" href="https://cdn.plyr.io/3.6.2/plyr.css" />


<link href="https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap" rel="stylesheet">

Expand Down
6 changes: 3 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ <h2 id = "post-title"><a href="{{ post.url | absolute_url }}">{{ post.title }}<
</div>


{% 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 %}

<div class = "long-excerpt">
<p>
Expand Down

0 comments on commit 8c20128

Please sign in to comment.