<%= title %>
<% if (tldr || description) { -%>TL;DR — <%- tldr || description %>
<% } -%> <% if (readTime) { -%><% } -%> <% if (content) { -%> <%= readTime %>
% const titleLink = (site?.base_uri) ? site.base_uri : '/'; const { entriesToList = [], pageCount, pageNum, year = '' } = page; -%> <%- include('partials/top') %>
(Page <%= pageNum %> of <%= pageCount %>)
<% } -%>Assorted journal entries from <%= year %>.
<% } -%>
<% if (entriesToList && year) { -%>
<% entriesToList.forEach((entry) => { -%>
<% if (entry?.content_type === 'journal') { -%>
<%
const {
author = {},
content = '',
date_pub = '',
description = '',
path = '',
readTime = '',
tags = [],
title = '',
tldr = ''
} = entry;
-%>
TL;DR — <%- tldr || description %>
<%= title %>
<% if (tldr || description) { -%>