{% macro limit_items(items, name, link, limit, class, line=False, tuple=False) %}

{{ name | capitalize() }}

{% endif %} {% else %}
  • {% if tuple %}{{ item.0 }}{% else %}{{ item.0.name }}{% endif %}
  • {% if (loop.last) %} {% endif %} {% endif %} {% endfor %}
    {% endmacro %}
    A picture of the author of this content.

    {{AUTHOR}}

    Hi there! My name is {{AUTHOR_REAL}}, check out more about me.

    Social Links

    {% for name, link in SOCIAL %} {% endfor %}
    {% if DISPLAY_TAGS_ON_SIDEBAR_LIMIT >= 0 %} {{ limit_items(tags, 'tags', SITEURL ~ '/tag/', DISPLAY_TAGS_ON_SIDEBAR_LIMIT, 'uk-icon-tag', True, False) }} {% endif %} {% if DISPLAY_LINKS_ON_SIDEBAR_LIMIT >= 0 %} {{ limit_items(LINKS, 'links', '', DISPLAY_LINKS_ON_SIDEBAR_LIMIT, 'uk-icon-external-link', True, True) }} {% endif %}