fix semantic HTML5
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<div class="row mt-3 mt-10">
|
||||
<div class="col-md-12">
|
||||
<div class="row mr-3">
|
||||
<div class="col-md-8">
|
||||
<article class="col-md-8">
|
||||
|
||||
<!-- dinamic article content -->
|
||||
<div class="ml-3">
|
||||
@@ -118,7 +118,7 @@
|
||||
<!-- /Author -->
|
||||
|
||||
<!-- Comments -->
|
||||
<div id="hashover" class="comments-container mt-4">
|
||||
<div id="hashover" class="comments-container mt-4 ml-3">
|
||||
<script src="{{ SITEURL }}/hashover-next/comments.php"></script>
|
||||
<noscript>
|
||||
<p>{% trans trimmed abre_enlace='<a href="mailto:heckyel@hyperbola.info?subject=Comentario_«%(titulo_art)s»">'|format(titulo_art=article.title|replace(' ', '%20')), cierra_enlace='</a>' %}
|
||||
@@ -130,7 +130,7 @@
|
||||
</div>
|
||||
<!--End Comments -->
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
{% if SHOW_RECENT_POSTS %}
|
||||
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
|
||||
|
||||
{% block extra_head %}
|
||||
{% set SITE_DESCRIPTION = _('Videoteca de software libre brindando avance tecnológico') %}
|
||||
<meta name="description" content="{{ SITE_DESCRIPTION }}">
|
||||
<meta property="og:title" content="{{ SITENAME }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="{{ SITEURL }}">
|
||||
<meta property="og:description" content="{{ SITE_DESCRIPTION }}">
|
||||
{% set SITE_DESCRIPTION = _('Videoteca de software libre brindando avance tecnológico') %}
|
||||
<meta name="description" content="{{ SITE_DESCRIPTION }}">
|
||||
<meta property="og:title" content="{{ SITENAME }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="{{ SITEURL }}">
|
||||
<meta property="og:description" content="{{ SITE_DESCRIPTION }}">
|
||||
{% endblock %}
|
||||
|
||||
<!-- Bootstrap 4.3.1 -->
|
||||
@@ -21,7 +21,7 @@
|
||||
integrity="sha512-tDXPcamuZsWWd6OsKFyH6nAqh/MjZ/5Yk88T5o+aMfygqNFPan1pLyPFAndRzmOWHKT+jSDzWpJv8krj6x1LMA==">
|
||||
<!-- Main Styling -->
|
||||
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/styles.css" rel="stylesheet"
|
||||
integrity="sha512-AMx9aFBum33Nv9QNI+pTFV8UFZiVuJ832380rAVOoG4zha0yUxWW8G6TEGwAQuIy5ADVVhuNin2ixPKQoDCrOg==">
|
||||
integrity="sha512-mKduf+g5XnY9yrr7FIa4RX+iprre7ZPora9ROTVIvPje3NCCitToxWlo0rmh+LhUlKTvtRWtFm70zBfqdNS/ow==">
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-192x192.png">
|
||||
|
||||
Reference in New Issue
Block a user