diff --git a/_pages/author-pedro-antunes.html b/_pages/author-pedro-antunes.html new file mode 100644 index 0000000..a04de76 --- /dev/null +++ b/_pages/author-pedro-antunes.html @@ -0,0 +1,26 @@ +--- +title: "Pedro Antunes" +layout: default +permalink: "/author-pedro-antunes.html" +--- +
+
+
+
+
+

{{page.title}}

+

{{ site.authors.pedroAntunes.site }}

+

{{ site.authors.pedroAntunes.bio }}

+
+
+ {{ site.authors.pedroAntunes.name }} +
+
+

Posts by {{page.title}}

+ {% assign posts = site.posts | where:"author","pedroAntunes" %} + {% for post in posts %} + {% include main-loop-card.html %} + {% endfor %} +
+
+
\ No newline at end of file