nueva intrudcción

This commit is contained in:
abe- 2017-06-18 06:37:13 +02:00
parent 575fe3f623
commit a1e8b7488c
3 changed files with 16 additions and 5 deletions

View file

@ -14,14 +14,14 @@
{% endfor %}
</ul>
<ul class="copyright">
<li>&copy; {% assign thisyear = site.time | date: "%Y" %}
<li>CC-BY-SA {% assign thisyear = site.time | date: "%Y" %}
{% if site.first_published %}
{% capture diff %}{{ site.first_published | minus:thisyear }}{% endcapture %}
{% if diff contains '-' %}{{ site.first_published }},{% endif %}
{% endif %}
{{ thisyear }}
{% if site.owner %}{{ site.owner }}{% else %}{{ site.title }}{% endif %}</li>
<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
<li>Built with: <a href="http://jekyllrb.com" target="_blank">Jekyll</a></li>
<li><a href="about">Acerca del proyecto. Créditos y agradecimientos</a></li>
<li>Diseño de la plantilla: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</footer>