diff --git a/_includes/byline.html b/_includes/byline.html new file mode 100644 index 0000000..c4ac3f6 --- /dev/null +++ b/_includes/byline.html @@ -0,0 +1,11 @@ + +{% if page.layout == "post" or page.layout == "blog" or page.layout == "page" %} + +{% else %} + +{% endif %} \ No newline at end of file