Skip to content

Commit

Permalink
Updated Data Dispatch post template.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-barrett committed Dec 14, 2023
1 parent c39a0e8 commit eebde7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _layouts/data-dispatch-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<div class="post">
<h1 class="post-title">{{ page.title }}</h1>
<span class="post-date">{{ page.date | date_to_string }}</span>
{{ content }}

{% capture info_content %} This is a
<a href="{{ site.baseurl }}/data-dispatch">Data Dispatch</a> post. {%
endcapture %} {% include info.html content=info_content %} {{ content }}
</div>

{% if site.related_posts.size >= 1 %}
Expand Down

0 comments on commit eebde7b

Please sign in to comment.