--- title: "Jane" layout: default permalink: "/author-jane.html" ---

{{page.title}} Follow

{{ site.authors.jane.site }}

{{ site.authors.jane.bio }}

{{ site.authors.jane.name }}

Posts by {{page.title}}

{% assign posts = site.posts | where:"author","jane" %} {% for post in posts %} {% include main-loop-card.html %} {% endfor %}