Skip to content

Commit cedb60d

Browse files
committed
titulo en pagina de busqueda
1 parent 27fe348 commit cedb60d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

templates/buscador.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{% extends "base_site.html" %}
22

3+
{% block title %}
4+
Resultados para «{{ buscar }}»
5+
{% endblock title %}
6+
7+
38
{% block left-column %}
49
<div class="page-header">
5-
<h1>Resultados para <em>{{ buscar }}</em></h1>
10+
<h1>Resultados para <em>«{{ buscar }}»</em></h1>
611
</div>
712

813
<script>

0 commit comments

Comments
 (0)