diff --git a/index.hbs b/index.hbs index d01fb92..5588bbc 100644 --- a/index.hbs +++ b/index.hbs @@ -7,7 +7,7 @@
{{#if @site.logo}} - {{@site.title}} + {{@site.title}} {{/if}}

{{@site.title}}

{{@site.description}}

diff --git a/package.json b/package.json index 58608bb..7cf2c73 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "yuika" ], "dependencies": { - "@damillora/shian": "^2.0.0", + "@damillora/shian": "^2.0.1", "autoprefixer": "^10.2.1", "gulp": "^4.0.2", "gulp-clean-css": "^4.2.0", diff --git a/partials/post-card.hbs b/partials/post-card.hbs index fb5b1a5..80c2610 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -51,7 +51,11 @@ {{/foreach}}
- {{#has author="count:>2"}}Multiple authors{{else}}{{authors}}{{/has}} + {{#has author="count:>2"}}Multiple authors{{else}} + {{#foreach authors}} + {{name}} + {{/foreach}} + {{/has}}
{{/if}} diff --git a/yarn.lock b/yarn.lock index efcdb84..60f8920 100644 --- a/yarn.lock +++ b/yarn.lock @@ -830,10 +830,10 @@ "@babel/helper-validator-identifier" "^7.12.11" to-fast-properties "^2.0.0" -"@damillora/shian@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-2.0.0.tgz#f64d3dedf2a6bbfa06c9477f242bea8375261621" - integrity sha512-grK0nfoXmE8PGDuM6E1TbQxzW1sGuen08Ux3GPTMkJOjNKPoNHlTQ+HvmGyJQo9qaf3prNkK1RsoopFsn2FEbQ== +"@damillora/shian@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-2.0.1.tgz#0ffded9bf4f2f2ab92e743f5b08cc8b3336a4fd9" + integrity sha512-0Ybgs5N3/X80WvqDL+7qwSvc7JQ6TaMKtCppI8x0ovtsHh9E7vKelFLyXW6Xe7DQ1Irug2TSsiJXu0c8l6XQZg== "@discoveryjs/json-ext@^0.5.0": version "0.5.2"