diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index bc3d2fb..1a4e815 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -44,6 +44,5 @@ {{- if eq .Site.Params.analytics true }}
-

Webring

-πŸ•ΈοΈπŸ’ +Tinylytics Webring {{- end }} \ No newline at end of file diff --git a/static/css/custom.css b/static/css/custom.css index d34c48b..a8b6a76 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -282,7 +282,7 @@ blockquote { padding-left: 0.25rem; } -/* tinylytics kudos styling*/ +/* tinylytics styling*/ .post_kudos { display: flex; } @@ -303,6 +303,11 @@ button.tinylytics_kudos:hover { text-shadow: var(--off-fg) 0 0 1px; } +img.tinylytics_webring_avatar { + border-radius: 50%; + height: 2rem; +} + /* post front matter styling*/ .frontmatter hr { margin-bottom: 0rem; @@ -348,4 +353,4 @@ button.tinylytics_kudos:hover { /* footnote link styling */ .footnote-backref { text-decoration: none; -} \ No newline at end of file +}