- - {% if page.layoutpart == "postsoverview" %} - {% include anchor_headings.html html=content %} - {% else %} - -
- -
-
- -

{{ page.title }}

- - {% if page.author and page.event == false or page.collection != "events"%} -
-
- {% assign author = site.data.authors[page.author] %} - {% if author %} - Author Avatar - {% endif %} -
-
- {{ page.author }} - {% if page.event != true and page.collection != "events" %} -
- Published on - {{ page.date | date: "%Y-%m-%d" }} -
- {% endif %} -
+
+
+
+

{{ page.title }}

+ + {% if page.author and page.event == false or page.collection != "events" %} +
+
+ {% assign author = site.data.authors[page.author] %} + {% if author %} + Author Avatar + {% endif %}
- {% endif %} - {% if page.event == true or page.collection == "events" %} -
-
- Scheduled for - {{ page.date | date: "%B %d, %Y" }} -
-
at {{ page.venue }}
+
+ {{ page.author }} + {% if page.event != true and page.collection != "events" %} +
+ Published on + {{ page.date | date: "%Y-%m-%d" }} +
+ {% endif %}
- {% endif %} - - {% if page.excerpt != "" %} -
- {{ '_TL;DR: ' | append: page.excerpt | append: '_' | markdownify }} +
+ {% endif %} + + {% if page.event == true or page.collection == "events" %} +
+
+ Scheduled for + {{ page.date | date: "%B %d, %Y" }}
- {% endif %} - - {% include anchor_headings.html html=content %} -
+
at {{ page.venue }}
+
+ {% endif %} + + {% if page.excerpt != "" %} +
+ {{ '_TL;DR: ' | append: page.excerpt | append: '_' | markdownify }} +
+ {% endif %} + + {% include anchor_headings.html html=content %}
- - {% if page.toc != false %} -
- {% assign toc_only = content | toc_only %} - {% assign toc_text_only = toc_only | strip_html | remove: ' ' %} - {% if toc_text_only.size > 10 %} -
-
In this article
- {{ toc_only }} -
- {% endif %} -
- {% endif %}
- -
-
-

- {% if page.collection == "events" %} - Other Events - {% else %} - Recent Posts - {% endif %} -

-
- {% if page.collection == "events" %} - {% assign items = site.events %} - {% else %} - {% assign items = site.posts %} - {% endif %} - {% for item in items limit:2 %} - {% assign random_number = forloop.index | modulo: 3 | plus: 1 %} - {% assign tag_classes = item.tags | default: "" | join: ' ' %} -
-
- {% if item.thumb %} - {{ item.title }} - {% else %} - Placeholder - {% endif %} - -
-
- {% if item.tags %} -
- {% if page.collection == "events" %} - {{ item.date | date: "%Y-%m-%d" }} - {% endif %} - {% for tag in item.tags %} - {{ tag }} - {% endfor %} -
- {% endif %} -

{{ item.title }}

-
- {% if page.collection == 'events' %} -
{{ item.venue }}
- {% else %} -
{{ item.date | date: "%Y-%m-%d" }}
- {% endif %} -
{{ item.author | default: "DuckDB" }}
-
-
-
- {% endfor %} -
- - All {% if page.collection == "events" %}events{% else %}blog posts{% endif %} - + {% if page.toc != false %} +
+ {% assign toc_only = content | toc_only %} + {% assign toc_text_only = toc_only | strip_html | remove: ' ' %} + {% if toc_text_only.size > 10 %} +
+
In this article
+ {{ toc_only }} +
+ {% endif %}
-
- {% endif %} -
-
- - {% comment %} - + + {% include recent_posts_section.html %} +
- {% endcomment %} -
- -