improve SITESUBTITLE

This commit is contained in:
Jesús
2019-11-21 11:47:15 -05:00
parent d6f0ec709b
commit 9c4867324a
8 changed files with 78 additions and 58 deletions

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock %}">
<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 %}
<!-- Meta Base -->
@@ -72,7 +73,7 @@
{%- block sitename -%}
<!-- header && subheader -->
<h1 class="title is-1 is-spaced">{{ SITENAME }}</h1>
<h4 class="subtitle is-4">{{ SITESUBTITLE }}</h4>
<p class="subtitle is-4">{{ SITESUBTITLE }}</p>
{%- endblock -%}
<!-- search form -->