<% var cwd = (process && process.cwd) ? process.cwd() : ''; var titleLink = (site && site.base_uri) ? site.base_uri : '/'; const { entriesToList, pageCount, pageNum, tag } = page; -%> <%- include('partials/top') %>
<%- include('partials/embed_switch') -%> <%- include('functions') -%> <% if (page.title && (page.render_opts || '').indexOf('no_title') == -1) { -%>

Journal Entries By Tag: #<%= tag -%>

<% if (pageCount > 1) { -%>

(Page <%= pageNum %> of <%= pageCount %>)

<% } -%>

Assorted journal entries with the tag #<%= tag %>.


<% } -%> <% if (content && Array.isArray(entriesToList)) { -%> <% entriesToList.forEach((page) => { -%>

<% if (page.author && page.author.site && page.author.name) { -%> <% if (page.author.photo) { -%> <% } -%> <% } else if (site.author && site.author.site && site.author.name) { -%> <% if (site.author.photo) { -%> <% } -%> <% } -%>

<%= page.title %>

<% if (page.tldr || page.description) { -%>

TL;DR — <%- page.tldr || page.description %>

<% } -%> <% if (page.readTime) { -%>

👓 <%= page.readTime %>

<% } -%> <% if (page.content) { -%>
<%- page.content %>
<% } -%>

<% }) -%> <% } -%> <%- include('partials/pageMenu') %>
<%- include('partials/journal/menusub') %> <%- include('partials/bio') %> <%- include('partials/footer') %>
<%- include('partials/bottom') %>