improve SITESUBTITLE
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -32,5 +32,5 @@
|
||||
|
||||
{% block sitename %}
|
||||
<h1 class="title is-1 is-spaced">{{ SITENAME }}</h1>
|
||||
<h4 class="subtitle is-4">{{ SITESUBTITLE }}</h4>
|
||||
<p class="subtitle is-4">{{ SITESUBTITLE }}</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user