|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
4 |
| - <title>Resultados de Búsqueda</title> |
| 4 | + <title>Search Results</title> |
5 | 5 | <meta charset="UTF-8" />
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 | 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
25 | 25 |
|
26 | 26 | <meta property="og:url" content="http://localhost:1313/search/">
|
27 | 27 | <meta property="og:site_name" content="Stefano Giannini">
|
28 |
| - <meta property="og:title" content="Resultados de Búsqueda"> |
29 |
| - <meta property="og:description" content="Este archivo existe únicamente para responder a la URL /search con la plantilla de diseño search relacionada. |
30 |
| -No se muestra ningún contenido aquí, todo el contenido se basa en la plantilla layouts/page/search.html |
31 |
| -Establecer una prioridad muy baja en el mapa del sitio le dirá a los motores de búsqueda que éste no es un contenido importante. |
32 |
| -Esta implementación utiliza Fusejs, jquery y mark.js |
33 |
| -Configuración inicial La búsqueda depende del tipo de contenido de salida adicional de JSON en config."> |
| 28 | + <meta property="og:title" content="Search Results"> |
| 29 | + <meta property="og:description" content="This file exists solely to respond to /search URL with the related search layout template. |
| 30 | +No content shown here is rendered, all content is based in the template layouts/page/search.html |
| 31 | +Setting a very low sitemap priority will tell search engines this is not important content. |
| 32 | +This implementation uses Fusejs and mark.js |
| 33 | +Initial setup Search depends on additional output content type of JSON in config.toml ``` [outputs] home = [“HTML”, “JSON”] ```"> |
34 | 34 | <meta property="og:locale" content="en">
|
35 | 35 | <meta property="og:type" content="article">
|
36 | 36 | <meta property="article:section" content="search">
|
|
39 | 39 |
|
40 | 40 |
|
41 | 41 | <meta name="twitter:card" content="summary">
|
42 |
| - <meta name="twitter:title" content="Resultados de Búsqueda"> |
43 |
| - <meta name="twitter:description" content="Este archivo existe únicamente para responder a la URL /search con la plantilla de diseño search relacionada. |
44 |
| -No se muestra ningún contenido aquí, todo el contenido se basa en la plantilla layouts/page/search.html |
45 |
| -Establecer una prioridad muy baja en el mapa del sitio le dirá a los motores de búsqueda que éste no es un contenido importante. |
46 |
| -Esta implementación utiliza Fusejs, jquery y mark.js |
47 |
| -Configuración inicial La búsqueda depende del tipo de contenido de salida adicional de JSON en config."> |
| 42 | + <meta name="twitter:title" content="Search Results"> |
| 43 | + <meta name="twitter:description" content="This file exists solely to respond to /search URL with the related search layout template. |
| 44 | +No content shown here is rendered, all content is based in the template layouts/page/search.html |
| 45 | +Setting a very low sitemap priority will tell search engines this is not important content. |
| 46 | +This implementation uses Fusejs and mark.js |
| 47 | +Initial setup Search depends on additional output content type of JSON in config.toml ``` [outputs] home = [“HTML”, “JSON”] ```"> |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
0 commit comments