{%- if jekyll.environment != 'production' and site.data.setup.fast-content-build -%}{%- else -%} {%- comment -%}{%- endcomment %}
{%- assign recent = 'Recent' -%} {%- if site.data.text-for.tRecent -%} {%- assign recent = site.data.text-for.tRecent -%} {%- endif %}

{{ recent }}:

{%- for post in site.posts limit: site.data.setup.number-of-recent-posts-in-widget %}

{% if post.date %}{{ post.date | date: "%F" }}{% endif %} {{ post.title }}

{%- endfor %}
{%- endif %}