Skip to content

Commit f6a15a7

Browse files
authored
Set news to 4 months
1 parent 7086812 commit f6a15a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2> Recent News </h2>
2424
<u>Happenings of the last four months. Updated {{ 'now' | date: "%m/%d/%y" }}.</u>
2525
<span style="display: block; margin-bottom: 1em"></span>
2626
<div class="news">
27-
{% capture now %}{{'now' | date: "%s" | minus: 5184000}}{% endcapture %}
27+
{% capture now %}{{'now' | date: "%s" | minus: 10368000}}{% endcapture %}
2828
<ul style="list-style-position:outside;padding:20px" >
2929
{% for new in site.data.news %}
3030
{% capture date %}{{new.date | date: '%s' | plus: 0}}{% endcapture %}

0 commit comments

Comments
 (0)