We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7086812 commit f6a15a7Copy full SHA for f6a15a7
1 file changed
index.html
@@ -24,7 +24,7 @@ <h2> Recent News </h2>
24
<u>Happenings of the last four months. Updated {{ 'now' | date: "%m/%d/%y" }}.</u>
25
<span style="display: block; margin-bottom: 1em"></span>
26
<div class="news">
27
- {% capture now %}{{'now' | date: "%s" | minus: 5184000}}{% endcapture %}
+ {% capture now %}{{'now' | date: "%s" | minus: 10368000}}{% endcapture %}
28
<ul style="list-style-position:outside;padding:20px" >
29
{% for new in site.data.news %}
30
{% capture date %}{{new.date | date: '%s' | plus: 0}}{% endcapture %}
0 commit comments