improve SITESUBTITLE
This commit is contained in:
parent
d6f0ec709b
commit
9c4867324a
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-11-21 11:03-0500\n"
|
"POT-Creation-Date: 2019-11-21 11:42-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -123,7 +123,7 @@ msgstr ""
|
|||||||
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/authors.html:32 templates/base.html:56
|
#: templates/authors.html:32 templates/base.html:57
|
||||||
msgid "Créditos"
|
msgid "Créditos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -173,40 +173,44 @@ msgstr ""
|
|||||||
msgid "Miscelánea"
|
msgid "Miscelánea"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:51
|
#: templates/base.html:4
|
||||||
|
msgid "Sitio de información sobre Software Libre"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:52
|
||||||
msgid "Inicio"
|
msgid "Inicio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:55
|
#: templates/base.html:56
|
||||||
msgid "Archivos"
|
msgid "Archivos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:86
|
#: templates/base.html:87
|
||||||
msgid "» » » » » » búscame « « « « « «"
|
msgid "» » » » » » búscame « « « « « «"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:88
|
#: templates/base.html:89
|
||||||
msgid "Buscar"
|
msgid "Buscar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:134
|
#: templates/base.html:135
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Enlace a %(articulo)s"
|
msgid "Enlace a %(articulo)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:267
|
#: templates/base.html:268
|
||||||
msgid "Escrito por"
|
msgid "Escrito por"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:270
|
#: templates/base.html:271
|
||||||
msgid "Este sitio es Software Libre"
|
msgid "Este sitio es Software Libre"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:272
|
#: templates/base.html:273
|
||||||
msgid "Código fuente"
|
msgid "Código fuente"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:280
|
#: templates/base.html:281
|
||||||
msgid "Licencias de JavaScript"
|
msgid "Licencias de JavaScript"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock %}">
|
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock %}">
|
||||||
<head prefix="og: http://ogp.me/ns# {% if article %}article: http://ogp.me/ns/article#{% endif%}">
|
<head prefix="og: http://ogp.me/ns# {% if article %}article: http://ogp.me/ns/article#{% endif%}">
|
||||||
|
{% set SITESUBTITLE = _('Sitio de información sobre Software Libre') %}
|
||||||
{% block head %}
|
{% block head %}
|
||||||
|
|
||||||
<!-- Meta Base -->
|
<!-- Meta Base -->
|
||||||
@ -72,7 +73,7 @@
|
|||||||
{%- block sitename -%}
|
{%- block sitename -%}
|
||||||
<!-- header && subheader -->
|
<!-- header && subheader -->
|
||||||
<h1 class="title is-1 is-spaced">{{ SITENAME }}</h1>
|
<h1 class="title is-1 is-spaced">{{ SITENAME }}</h1>
|
||||||
<h4 class="subtitle is-4">{{ SITESUBTITLE }}</h4>
|
<p class="subtitle is-4">{{ SITESUBTITLE }}</p>
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
|
|
||||||
<!-- search form -->
|
<!-- search form -->
|
||||||
|
@ -32,5 +32,5 @@
|
|||||||
|
|
||||||
{% block sitename %}
|
{% block sitename %}
|
||||||
<h1 class="title is-1 is-spaced">{{ SITENAME }}</h1>
|
<h1 class="title is-1 is-spaced">{{ SITENAME }}</h1>
|
||||||
<h4 class="subtitle is-4">{{ SITESUBTITLE }}</h4>
|
<p class="subtitle is-4">{{ SITESUBTITLE }}</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-11-21 11:03-0500\n"
|
"POT-Creation-Date: 2019-11-21 11:42-0500\n"
|
||||||
"PO-Revision-Date: 2019-03-11 11:27-0500\n"
|
"PO-Revision-Date: 2019-03-11 11:27-0500\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@ -124,7 +124,7 @@ msgstr "Liste der Autoren von %(sitename)s"
|
|||||||
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
||||||
msgstr "autoren, autoren, mitwirkende, escritores, autorenliste"
|
msgstr "autoren, autoren, mitwirkende, escritores, autorenliste"
|
||||||
|
|
||||||
#: templates/authors.html:32 templates/base.html:56
|
#: templates/authors.html:32 templates/base.html:57
|
||||||
msgid "Créditos"
|
msgid "Créditos"
|
||||||
msgstr "Kredite"
|
msgstr "Kredite"
|
||||||
|
|
||||||
@ -174,40 +174,44 @@ msgstr "Website von %(programa)s"
|
|||||||
msgid "Miscelánea"
|
msgid "Miscelánea"
|
||||||
msgstr "Sammelband"
|
msgstr "Sammelband"
|
||||||
|
|
||||||
#: templates/base.html:51
|
#: templates/base.html:4
|
||||||
|
msgid "Sitio de información sobre Software Libre"
|
||||||
|
msgstr "Kostenlose Software-Informationsseite"
|
||||||
|
|
||||||
|
#: templates/base.html:52
|
||||||
msgid "Inicio"
|
msgid "Inicio"
|
||||||
msgstr "Anfang"
|
msgstr "Anfang"
|
||||||
|
|
||||||
#: templates/base.html:55
|
#: templates/base.html:56
|
||||||
msgid "Archivos"
|
msgid "Archivos"
|
||||||
msgstr "Archiv"
|
msgstr "Archiv"
|
||||||
|
|
||||||
#: templates/base.html:86
|
#: templates/base.html:87
|
||||||
msgid "» » » » » » búscame « « « « « «"
|
msgid "» » » » » » búscame « « « « « «"
|
||||||
msgstr "» » » » » » Suche « « « « « « «"
|
msgstr "» » » » » » Suche « « « « « « «"
|
||||||
|
|
||||||
#: templates/base.html:88
|
#: templates/base.html:89
|
||||||
msgid "Buscar"
|
msgid "Buscar"
|
||||||
msgstr "Suche"
|
msgstr "Suche"
|
||||||
|
|
||||||
#: templates/base.html:134
|
#: templates/base.html:135
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Enlace a %(articulo)s"
|
msgid "Enlace a %(articulo)s"
|
||||||
msgstr "Link zu %(articulo)s"
|
msgstr "Link zu %(articulo)s"
|
||||||
|
|
||||||
#: templates/base.html:267
|
#: templates/base.html:268
|
||||||
msgid "Escrito por"
|
msgid "Escrito por"
|
||||||
msgstr "Geschrieben von"
|
msgstr "Geschrieben von"
|
||||||
|
|
||||||
#: templates/base.html:270
|
#: templates/base.html:271
|
||||||
msgid "Este sitio es Software Libre"
|
msgid "Este sitio es Software Libre"
|
||||||
msgstr "Diese Seite ist Freie Software"
|
msgstr "Diese Seite ist Freie Software"
|
||||||
|
|
||||||
#: templates/base.html:272
|
#: templates/base.html:273
|
||||||
msgid "Código fuente"
|
msgid "Código fuente"
|
||||||
msgstr "Quellcode"
|
msgstr "Quellcode"
|
||||||
|
|
||||||
#: templates/base.html:280
|
#: templates/base.html:281
|
||||||
msgid "Licencias de JavaScript"
|
msgid "Licencias de JavaScript"
|
||||||
msgstr "JavaScript-Lizenzen"
|
msgstr "JavaScript-Lizenzen"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cybersy\n"
|
"Project-Id-Version: Cybersy\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-11-21 11:03-0500\n"
|
"POT-Creation-Date: 2019-11-21 11:42-0500\n"
|
||||||
"PO-Revision-Date: 2019-03-11 10:44-0500\n"
|
"PO-Revision-Date: 2019-03-11 10:44-0500\n"
|
||||||
"Last-Translator: Jesús E. <heckyel@riseup.net>\n"
|
"Last-Translator: Jesús E. <heckyel@riseup.net>\n"
|
||||||
"Language: en\n"
|
"Language: en\n"
|
||||||
@ -124,7 +124,7 @@ msgstr "List of authors of %(sitename)s"
|
|||||||
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
||||||
msgstr "writers, authors, contributors, writers, list of authors"
|
msgstr "writers, authors, contributors, writers, list of authors"
|
||||||
|
|
||||||
#: templates/authors.html:32 templates/base.html:56
|
#: templates/authors.html:32 templates/base.html:57
|
||||||
msgid "Créditos"
|
msgid "Créditos"
|
||||||
msgstr "Credits"
|
msgstr "Credits"
|
||||||
|
|
||||||
@ -174,40 +174,44 @@ msgstr "Website of %(programa)s"
|
|||||||
msgid "Miscelánea"
|
msgid "Miscelánea"
|
||||||
msgstr "Miscellany"
|
msgstr "Miscellany"
|
||||||
|
|
||||||
#: templates/base.html:51
|
#: templates/base.html:4
|
||||||
|
msgid "Sitio de información sobre Software Libre"
|
||||||
|
msgstr "Free Software Information Site"
|
||||||
|
|
||||||
|
#: templates/base.html:52
|
||||||
msgid "Inicio"
|
msgid "Inicio"
|
||||||
msgstr "Home"
|
msgstr "Home"
|
||||||
|
|
||||||
#: templates/base.html:55
|
#: templates/base.html:56
|
||||||
msgid "Archivos"
|
msgid "Archivos"
|
||||||
msgstr "Archives"
|
msgstr "Archives"
|
||||||
|
|
||||||
#: templates/base.html:86
|
#: templates/base.html:87
|
||||||
msgid "» » » » » » búscame « « « « « «"
|
msgid "» » » » » » búscame « « « « « «"
|
||||||
msgstr "» » » » » » find me « « « « « «"
|
msgstr "» » » » » » find me « « « « « «"
|
||||||
|
|
||||||
#: templates/base.html:88
|
#: templates/base.html:89
|
||||||
msgid "Buscar"
|
msgid "Buscar"
|
||||||
msgstr "Search"
|
msgstr "Search"
|
||||||
|
|
||||||
#: templates/base.html:134
|
#: templates/base.html:135
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Enlace a %(articulo)s"
|
msgid "Enlace a %(articulo)s"
|
||||||
msgstr "Link to %(articulo)s"
|
msgstr "Link to %(articulo)s"
|
||||||
|
|
||||||
#: templates/base.html:267
|
#: templates/base.html:268
|
||||||
msgid "Escrito por"
|
msgid "Escrito por"
|
||||||
msgstr "Written by"
|
msgstr "Written by"
|
||||||
|
|
||||||
#: templates/base.html:270
|
#: templates/base.html:271
|
||||||
msgid "Este sitio es Software Libre"
|
msgid "Este sitio es Software Libre"
|
||||||
msgstr "This site is Free Software"
|
msgstr "This site is Free Software"
|
||||||
|
|
||||||
#: templates/base.html:272
|
#: templates/base.html:273
|
||||||
msgid "Código fuente"
|
msgid "Código fuente"
|
||||||
msgstr "Source code"
|
msgstr "Source code"
|
||||||
|
|
||||||
#: templates/base.html:280
|
#: templates/base.html:281
|
||||||
msgid "Licencias de JavaScript"
|
msgid "Licencias de JavaScript"
|
||||||
msgstr "JavaScript licenses"
|
msgstr "JavaScript licenses"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-11-21 11:03-0500\n"
|
"POT-Creation-Date: 2019-11-21 11:42-0500\n"
|
||||||
"PO-Revision-Date: 2019-03-11 11:46-0500\n"
|
"PO-Revision-Date: 2019-03-11 11:46-0500\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language: eo\n"
|
"Language: eo\n"
|
||||||
@ -124,7 +124,7 @@ msgstr "Listo de aŭtoroj de %(sitename)s"
|
|||||||
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
||||||
msgstr "verkistoj, aŭtoroj, kontribuantoj, verkistoj, listo de aŭtoroj"
|
msgstr "verkistoj, aŭtoroj, kontribuantoj, verkistoj, listo de aŭtoroj"
|
||||||
|
|
||||||
#: templates/authors.html:32 templates/base.html:56
|
#: templates/authors.html:32 templates/base.html:57
|
||||||
msgid "Créditos"
|
msgid "Créditos"
|
||||||
msgstr "Kreditoj"
|
msgstr "Kreditoj"
|
||||||
|
|
||||||
@ -174,40 +174,44 @@ msgstr "Retejo de %(programa)s"
|
|||||||
msgid "Miscelánea"
|
msgid "Miscelánea"
|
||||||
msgstr "Miscellaneous"
|
msgstr "Miscellaneous"
|
||||||
|
|
||||||
#: templates/base.html:51
|
#: templates/base.html:4
|
||||||
|
msgid "Sitio de información sobre Software Libre"
|
||||||
|
msgstr "Retejo pri Senpaga Programaro"
|
||||||
|
|
||||||
|
#: templates/base.html:52
|
||||||
msgid "Inicio"
|
msgid "Inicio"
|
||||||
msgstr "Hejmo"
|
msgstr "Hejmo"
|
||||||
|
|
||||||
#: templates/base.html:55
|
#: templates/base.html:56
|
||||||
msgid "Archivos"
|
msgid "Archivos"
|
||||||
msgstr "Arkivoj"
|
msgstr "Arkivoj"
|
||||||
|
|
||||||
#: templates/base.html:86
|
#: templates/base.html:87
|
||||||
msgid "» » » » » » búscame « « « « « «"
|
msgid "» » » » » » búscame « « « « « «"
|
||||||
msgstr "» » » » » » Serĉu « « « « « «"
|
msgstr "» » » » » » Serĉu « « « « « «"
|
||||||
|
|
||||||
#: templates/base.html:88
|
#: templates/base.html:89
|
||||||
msgid "Buscar"
|
msgid "Buscar"
|
||||||
msgstr "Serĉi"
|
msgstr "Serĉi"
|
||||||
|
|
||||||
#: templates/base.html:134
|
#: templates/base.html:135
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Enlace a %(articulo)s"
|
msgid "Enlace a %(articulo)s"
|
||||||
msgstr "Ligilo al %(articulo)s"
|
msgstr "Ligilo al %(articulo)s"
|
||||||
|
|
||||||
#: templates/base.html:267
|
#: templates/base.html:268
|
||||||
msgid "Escrito por"
|
msgid "Escrito por"
|
||||||
msgstr "Skribita de"
|
msgstr "Skribita de"
|
||||||
|
|
||||||
#: templates/base.html:270
|
#: templates/base.html:271
|
||||||
msgid "Este sitio es Software Libre"
|
msgid "Este sitio es Software Libre"
|
||||||
msgstr "Ĉi tiu retejo estas Libera Programaro"
|
msgstr "Ĉi tiu retejo estas Libera Programaro"
|
||||||
|
|
||||||
#: templates/base.html:272
|
#: templates/base.html:273
|
||||||
msgid "Código fuente"
|
msgid "Código fuente"
|
||||||
msgstr "Fonta kodo"
|
msgstr "Fonta kodo"
|
||||||
|
|
||||||
#: templates/base.html:280
|
#: templates/base.html:281
|
||||||
msgid "Licencias de JavaScript"
|
msgid "Licencias de JavaScript"
|
||||||
msgstr "JavaScript permesiloj"
|
msgstr "JavaScript permesiloj"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-11-21 11:03-0500\n"
|
"POT-Creation-Date: 2019-11-21 11:42-0500\n"
|
||||||
"PO-Revision-Date: 2019-03-11 12:33-0500\n"
|
"PO-Revision-Date: 2019-03-11 12:33-0500\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
@ -124,7 +124,7 @@ msgstr "Liste des auteurs de %(sitename)s"
|
|||||||
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
|
||||||
msgstr "écrivains, auteurs, contributeurs, écrivains, liste des auteurs"
|
msgstr "écrivains, auteurs, contributeurs, écrivains, liste des auteurs"
|
||||||
|
|
||||||
#: templates/authors.html:32 templates/base.html:56
|
#: templates/authors.html:32 templates/base.html:57
|
||||||
msgid "Créditos"
|
msgid "Créditos"
|
||||||
msgstr "Crédits"
|
msgstr "Crédits"
|
||||||
|
|
||||||
@ -174,40 +174,44 @@ msgstr "Site web de %(programa)s"
|
|||||||
msgid "Miscelánea"
|
msgid "Miscelánea"
|
||||||
msgstr "Divers"
|
msgstr "Divers"
|
||||||
|
|
||||||
#: templates/base.html:51
|
#: templates/base.html:4
|
||||||
|
msgid "Sitio de información sobre Software Libre"
|
||||||
|
msgstr "Site d'information sur les Software libres"
|
||||||
|
|
||||||
|
#: templates/base.html:52
|
||||||
msgid "Inicio"
|
msgid "Inicio"
|
||||||
msgstr "Initiation"
|
msgstr "Initiation"
|
||||||
|
|
||||||
#: templates/base.html:55
|
#: templates/base.html:56
|
||||||
msgid "Archivos"
|
msgid "Archivos"
|
||||||
msgstr "Les archives"
|
msgstr "Les archives"
|
||||||
|
|
||||||
#: templates/base.html:86
|
#: templates/base.html:87
|
||||||
msgid "» » » » » » búscame « « « « « «"
|
msgid "» » » » » » búscame « « « « « «"
|
||||||
msgstr "» » » » » » Rechercher « « « « « « «"
|
msgstr "» » » » » » Rechercher « « « « « « «"
|
||||||
|
|
||||||
#: templates/base.html:88
|
#: templates/base.html:89
|
||||||
msgid "Buscar"
|
msgid "Buscar"
|
||||||
msgstr "Recherche"
|
msgstr "Recherche"
|
||||||
|
|
||||||
#: templates/base.html:134
|
#: templates/base.html:135
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Enlace a %(articulo)s"
|
msgid "Enlace a %(articulo)s"
|
||||||
msgstr "Lien vers %(articulo)s"
|
msgstr "Lien vers %(articulo)s"
|
||||||
|
|
||||||
#: templates/base.html:267
|
#: templates/base.html:268
|
||||||
msgid "Escrito por"
|
msgid "Escrito por"
|
||||||
msgstr "Écrit par"
|
msgstr "Écrit par"
|
||||||
|
|
||||||
#: templates/base.html:270
|
#: templates/base.html:271
|
||||||
msgid "Este sitio es Software Libre"
|
msgid "Este sitio es Software Libre"
|
||||||
msgstr "Ce site est un logiciel libre"
|
msgstr "Ce site est un logiciel libre"
|
||||||
|
|
||||||
#: templates/base.html:272
|
#: templates/base.html:273
|
||||||
msgid "Código fuente"
|
msgid "Código fuente"
|
||||||
msgstr "Code source"
|
msgstr "Code source"
|
||||||
|
|
||||||
#: templates/base.html:280
|
#: templates/base.html:281
|
||||||
msgid "Licencias de JavaScript"
|
msgid "Licencias de JavaScript"
|
||||||
msgstr "Licences JavaScript"
|
msgstr "Licences JavaScript"
|
||||||
|
|
||||||
|
@ -125,7 +125,6 @@ TRANSLATION_FEED_ATOM = None
|
|||||||
# Themes
|
# Themes
|
||||||
# https://docs.getpelican.com/en/stable/settings.html#themes
|
# https://docs.getpelican.com/en/stable/settings.html#themes
|
||||||
THEME = 'cl-theme/'
|
THEME = 'cl-theme/'
|
||||||
SITESUBTITLE = 'Sitio de información sobre Software Libre'
|
|
||||||
SHOW_RECENT_POSTS = 3 # the number of recent posts to show
|
SHOW_RECENT_POSTS = 3 # the number of recent posts to show
|
||||||
|
|
||||||
# Plugins' configuration (not from Pelican core)
|
# Plugins' configuration (not from Pelican core)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user