diff --git a/_includes/article-heading.html b/_includes/article-heading.html new file mode 100644 index 0000000..3aeae19 --- /dev/null +++ b/_includes/article-heading.html @@ -0,0 +1,9 @@ +
+

{{ page.title }}

+
+
{{ page.image-caption }} • © {{ page.copyright }}
+ +

+ + • by {{ page.authors }} +

\ No newline at end of file diff --git a/_includes/image.html b/_includes/image.html new file mode 100644 index 0000000..f3f63e1 --- /dev/null +++ b/_includes/image.html @@ -0,0 +1,4 @@ +
+ +
{{ include.caption }} • © {{ include.copyright }}
+
\ No newline at end of file diff --git a/_includes/mdc-card.html b/_includes/mdc-card.html new file mode 100644 index 0000000..d8412bd --- /dev/null +++ b/_includes/mdc-card.html @@ -0,0 +1,16 @@ +
+
+
+

{{ include.article.title }}

+

+ + • by {{ include.article.authors }} +

+
{{ include.article.description }}
+
+
+
+ +
+
+
\ No newline at end of file diff --git a/_layouts/image-article.html b/_layouts/image-article.html index b1608e0..e24ae2a 100644 --- a/_layouts/image-article.html +++ b/_layouts/image-article.html @@ -14,15 +14,7 @@
-
-

{{ page.title }}

-
-
{{ page.image-caption }}
- -

- - | by {{ page.authors }} -

+ {% include article-heading.html %}
{{ content }}
diff --git a/_layouts/sound-article.html b/_layouts/sound-article.html index 05bcd41..e56674e 100644 --- a/_layouts/sound-article.html +++ b/_layouts/sound-article.html @@ -14,16 +14,7 @@
-
-

{{ page.title }}

-
-
{{ page.image-caption }}
- -

- - | by {{ page.authors }} -

+ {% include article-heading.html %}