diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-07 00:18:56 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-07 00:18:56 +0300 |
commit | 3251732e6b76f259f02b7f16a359e8f4987871d3 (patch) | |
tree | dadbeb7b699621b42f06f081e9889ab496eac1b1 | |
parent | b13854d112da1f4137652d5513946d92eb9018ef (diff) |
Auto-commit 2024-12-07
-rw-r--r-- | content/pages/me.md | 2 | ||||
-rw-r--r-- | layouts/partials/footer.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/pages/me.md b/content/pages/me.md index b62324e..35e8988 100644 --- a/content/pages/me.md +++ b/content/pages/me.md @@ -16,7 +16,7 @@ title = 'Обо мне' # Другие ссылки -- [Мой git](https://git.neonxp.ru/neonxp) +- [Мой git](https://git.neonxp.ru/) - [Мои Go пакеты](https://go.neonxp.ru) - [Хранилище ссылок](https://links.neonxp.ru) - [Telegram Канал](https://t.me/neonxplog) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index f520850..226a448 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,7 +5,7 @@ </li> </ul> <ul> - <li><a href="https://git.neonxp.ru/neonxp/blog">Исходный код</a></li> + <li><a href="https://git.neonxp.ru/blog.git">Исходный код</a></li> <li><a href="mailto:i@neonxp.ru" rel="me">Электропочта</a></li> <li><a href="https://neonxp.ru/posts/index.xml">РСС</a></li> </ul> |