Add article

This commit is contained in:
2020-03-14 20:47:09 +00:00
parent cabdef9702
commit 79b8c5a541
29 changed files with 881 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
<div class="mdc-top-app-bar--short-fixed-adjust">
{% include article-heading.html %}
<div class="article-content">
<iframe src="https://www.youtube.com/embed/{{ page.video-id }}" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe class="video" src="https://www.youtube.com/embed/{{ page.video-id }}" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<figcaption class="mdc-typography--caption-text">{{ page.video-caption }}</figcaption>
{{ content }}
</div>