diff --git a/partials/footer.hbs b/partials/footer.hbs index d569cd9..80ccf6b 100644 --- a/partials/footer.hbs +++ b/partials/footer.hbs @@ -9,7 +9,11 @@

© {{date format="YYYY"}} {{@site.title}} — - Published with Ghost + {{#get "authors" limit="1" order="count.posts desc"}} + {{#foreach authors}} + Created by {{name}} + {{/foreach}} + {{/get}}