From fc312bea52e0603eef0571fdeb788802b92339af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Sat, 10 Aug 2024 12:46:06 +0300 Subject: [PATCH] global rel=me --- content/about/about.md | 3 +-- layouts/_default/baseof.html | 2 +- layouts/{shortcodes => partials}/mastodon-owner.html | 0 3 files changed, 2 insertions(+), 3 deletions(-) rename layouts/{shortcodes => partials}/mastodon-owner.html (100%) 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