This commit is contained in:
mynah
2018-07-18 04:28:26 -05:00
parent 0a7d71e21c
commit 4f0061cd7d
61 changed files with 1396 additions and 43 deletions

View File

@@ -21,14 +21,14 @@
<article class="box-4 yt">
<iframe id="evideo"
src="https://www.youtube.com/embed/ <%= $yt %> " allowfullscreen>
src="https://www.youtube.com/embed/<%= $yt %> " allowfullscreen>
</iframe>
</article>
<div class="group flex">
<article class="box-2 fb">
<div class="fb-post" id="fbdiv" data-href=" <%= $fb %>"
<div class="fb-post" id="fbdiv" data-href="<%= $fb %>"
data-width="450" data-show-text="true"></div>
</article>