Add 'SOURCE_LINK' variable
This commit is contained in:
parent
9694ed47ec
commit
75e218b80c
@ -303,7 +303,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>{{ _('Este sitio es Software Libre') }}</p>
|
<p>{{ _('Este sitio es Software Libre') }}</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://libregit.org/heckyel/cl">{{ _('Código fuente') }}</a>
|
<a href="{{ SOURCE_LINK }}" rel="noopener noreferrer" target="_blank">{{ _('Código fuente') }}</a>
|
||||||
<span class="soumaicon">
|
<span class="soumaicon">
|
||||||
<svg>
|
<svg>
|
||||||
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#code"/>
|
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#code"/>
|
||||||
|
@ -46,10 +46,11 @@ PLUGINS = [
|
|||||||
# Optional: 'comments' is the default
|
# Optional: 'comments' is the default
|
||||||
COMMENTS_DIR = ['comments']
|
COMMENTS_DIR = ['comments']
|
||||||
|
|
||||||
|
AUTHOR = 'Jesús E.'
|
||||||
SITENAME = 'Conocimientos Libres'
|
SITENAME = 'Conocimientos Libres'
|
||||||
SITENAME_SINGLE = 'CL'
|
SITENAME_SINGLE = 'CL'
|
||||||
SITEURL = 'https://conocimientoslibres.tuxfamily.org'
|
SITEURL = 'https://conocimientoslibres.tuxfamily.org'
|
||||||
AUTHOR = 'Jesús E.'
|
SOURCE_LINK = 'https://libregit.org/heckyel/cl'
|
||||||
|
|
||||||
# URL settings
|
# URL settings
|
||||||
# https://docs.getpelican.com/en/stable/settings.html#url-settings
|
# https://docs.getpelican.com/en/stable/settings.html#url-settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user