diff --git a/_data/menus.yml b/_data/menus.yml index efcff82..42f1844 100644 --- a/_data/menus.yml +++ b/_data/menus.yml @@ -1,6 +1,9 @@ - title: Inicio url: / +- title: Código fuente + url: https://sergio.am/code/sergio.am + - title: Sobre este sitio url: /about/ diff --git a/_includes/footer.html b/_includes/footer.html index 934e99c..9233b25 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@ diff --git a/_layouts/post.html b/_layouts/post.html index 8f26c31..5121fcb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -34,26 +34,33 @@ layout: compress
- {% if page.tags and page.tags != empty %} -
- {% assign tags = page.tags %} - - {% for tag in tags %} - {{tag | upcase }}{% unless forloop.last %},{% endunless %} - {% endfor %} - -
- {% endif %}

{{ page.title | escape }}

{% if page.date %}