diff --git a/content/about/about.md b/content/about/about.md index e686ddf..de33b43 100755 --- a/content/about/about.md +++ b/content/about/about.md @@ -9,5 +9,4 @@ showFullContent: true Работаю сисадмином в подразделении одного колледжа. -Это всё... пока что. -{{< mastodon-owner >}} +Это всё... пока что. \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ae3b9cc..45a0411 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -22,6 +22,6 @@ {{ partial "footer.html" . }} {{ end }} - +{{ partial "mastodon-owner.html" . }} diff --git a/layouts/shortcodes/mastodon-owner.html b/layouts/partials/mastodon-owner.html similarity index 100% rename from layouts/shortcodes/mastodon-owner.html rename to layouts/partials/mastodon-owner.html