2 Commits

Author SHA1 Message Date
danieljsummers d49f47b63a include_template will remain; restored book include 2026-07-19 15:35:41 -04:00
danieljsummers 9365ea89cf Update theme for myWebLog v3 2026-07-19 15:12:08 -04:00
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -16,10 +16,10 @@
</a>
</h1>
<p class="item-meta">
<i class="fa fa-calendar" title="Date"></i> {{ post.published_on | date: "dddd, MMMM d, yyyy" }}
<i class="fa fa-calendar" title="Date"></i> {{ post.published_on | format_date: "dddd, MMMM d, yyyy" }}
{% if logged_on %} &bull; <a href="{{ post | edit_post_link }}">Edit Post</a>{% endif %}
</p>
{% include_template "_episode" %}
{% include "_episode" %}
{{ post.text }}
</article>
{% endfor %}
+2 -2
View File
@@ -35,8 +35,8 @@
rel="noopener">
Bit Badger Solutions
</a> &bull; Powered by
<a href="https://github.com/bit-badger/myWebLog/tree/v2" target="_blank" rel="noopener">myWebLog</a> &bull;
{% if logged_on %}
<a href="https://bitbadger.solutions/open-source/myweblog" target="_blank" rel="noopener">myWebLog</a> &bull;
{% if user_id %}
<a href="{{ "admin/dashboard" | relative_link }}">Dashboard</a>
{% else %}
<a href="{{ "user/log-on" | relative_link }}">Log On</a>
+2 -2
View File
@@ -4,7 +4,7 @@
<article class="item">
<h1 class="item-heading">{{ post.title }}</h1>
{%- if logged_on %}<p class="item-meta"><a href="{{ post | edit_post_link }}">Edit Post</a></p>{% endif %}
{% include_template "_episode" %}
{% include "_episode" %}
{{ post.text }}
</article>
<nav aria-label="pagination">
@@ -27,7 +27,7 @@
<h4 class="item-heading">Date</h4>
<div class="date-posted">
<i class="fa fa-calendar" title="Date" aria-hidden="true"></i>
{{ post.published_on | date: "dddd, MMMM d, yyyy" }}
{{ post.published_on | format_date: "dddd, MMMM d, yyyy" }}
</div>
</div>
{%- assign has_ot = false -%}
+1 -1
View File
@@ -1,2 +1,2 @@
A Word from the Word
1.1
2