Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 875 Bytes

404.md

File metadata and controls

30 lines (27 loc) · 875 Bytes
layout permalink title
page
/404.html
404

Oh no! This page isn't here anymore, or maybe it was never here! Esta página ya no existe o tal vez nunca existía.

Were you looking for this?
¿Estaba buscando esto?

    <script> window.store = { {% for post in site.artifacts %} "{{ post.url | slugify }}": { "title": "{{ post.title }}", "namevar": {{ post.namevar | jsonify }}, "categories": {{ post.categories | jsonify }}, "tags": {{ post.tags | jsonify }}, "content": {{ post.content | strip_html | strip_newlines | jsonify }}, "url": "{{ site.baseurl }}{{ post.url }}" } {% unless forloop.last %},{% endunless %} {% endfor %} }; </script> <script src="{{ site.baseurl }}/js/lunr.min.js"></script> <script src="{{ site.baseurl }}/js/search.js"></script>