diff options
Diffstat (limited to 'cl-theme/templates/base.html')
-rw-r--r-- | cl-theme/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index 6fc2c89..87f098a 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -295,11 +295,11 @@ <div class="container has-text-centered"> <span class="soumaicon"> <svg> - <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#libregit"/> + <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#sourcehut"/> </svg> </span> <p itemprop='author' itemscope itemtype="https://schema.org/Person">{{ _('Escrito por') }} - <a itemprop="url" href="https://libregit.org/heckyel">libregit.org/heckyel</a> + <a itemprop="url" href="https://git.sr.ht/~heckyel">git.sr.ht/~heckyel</a> </p> <p>{{ _('Este sitio es Software Libre') }}</p> <p> |