From 2942a162fe4064cab6ed96185ca75f8a56517895 Mon Sep 17 00:00:00 2001 From: Ryan Beckett Date: Thu, 7 May 2020 23:03:00 -0700 Subject: [PATCH] fixes todds view posts link --- _pages/author-todd-millstein.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _pages/author-todd-millstein.html diff --git a/_pages/author-todd-millstein.html b/_pages/author-todd-millstein.html new file mode 100644 index 0000000..1bf0031 --- /dev/null +++ b/_pages/author-todd-millstein.html @@ -0,0 +1,26 @@ +--- +title: "Todd Millstein" +layout: default +permalink: "/author-todd-millstein.html" +--- +
+
+
+
+
+

{{page.title}} View

+

{{ site.authors.todd.bio }}

+
+
+ {{ site.authors.todd.name }} +
+
+

Posts by {{page.title}}

+ {% for post in site.posts %} + {% if post.authors contains "todd" %} + {% include main-loop-card.html %} + {% endif %} + {% endfor %} +
+
+