diff --git a/assets/css/screen.css b/assets/css/screen.css index 83d6b87..573c164 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -110,6 +110,9 @@ } .gh-card-meta { + display: inline-flex; + gap: 6px; + align-items: center; margin-top: 2rem; font-size: 1.2rem; font-weight: 500; @@ -122,17 +125,26 @@ color: var(--ghost-accent-color); } -.gh-card-meta-wrapper { - display: inline-flex; - align-items: center; -} - -.gh-card-meta-wrapper svg { +.gh-card-meta svg { position: relative; top: -1px; margin-left: 0.6rem; } +.gh-card-meta > * { + display: flex; + gap: 6px; + align-items: center; +} + +.gh-card-meta > * + *:not(script)::before { + width: 2px; + height: 2px; + content: ""; + background-color: var(--color-secondary-text); + border-radius: 50%; +} + .gh-loadmore { width: 100%; padding-top: 1.4rem; @@ -377,6 +389,11 @@ border-top: 1px solid var(--color-light-gray); } +.gh-article-footer.no-border { + margin-top: 24px; + border-top: 0; +} + .gh-navigation { grid-column: wide-start / wide-end; } diff --git a/index.hbs b/index.hbs index 04871ff..c7f7d15 100644 --- a/index.hbs +++ b/index.hbs @@ -11,20 +11,17 @@
Latest —
-

{{title}}

{{excerpt}}

diff --git a/partials/loop.hbs b/partials/loop.hbs index b2784a5..a9ce2b2 100644 --- a/partials/loop.hbs +++ b/partials/loop.hbs @@ -8,14 +8,11 @@ \ No newline at end of file diff --git a/post.hbs b/post.hbs index d30d830..359a108 100644 --- a/post.hbs +++ b/post.hbs @@ -46,8 +46,14 @@ {{content}} + {{#if comments}} +
+ {{comments}} +
+ {{/if}} + {{#is "post"}} -