File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ sass:
292
292
293
293
jekyll-minifier :
294
294
compress_javascript : false # set to false since we are using terser as the js minifier
295
- # exclude: ["robots.txt", "assets/js/search/*.js"]
295
+ exclude : ["robots.txt", "assets/js/search/*.js"]
296
296
297
297
# -----------------------------------------------------------------------------
298
298
# Terser
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ layout: default
18
18
<header class =" post-header" >
19
19
<h1 class =" post-title" >{{ page .title }}</h1 >
20
20
<p class =" post-meta" >
21
- Created in {{ page .date | date: '%B %d, %Y' }}
21
+ Created on {{ page .date | date: '%B %d, %Y' }}
22
22
{% if page .author %}by {{ page .author }}{% endif %}
23
- {% if page .last_updated %}, last updated in {{ page .last_updated | date: '%B %d, %Y' }}{% endif %}
23
+ {% if page .last_updated %}, last updated on {{ page .last_updated | date: '%B %d, %Y' }}{% endif %}
24
24
{% if page .meta %}• {{ page .meta }}{% endif %}
25
25
</p >
26
26
<p class =" post-tags" >
You can’t perform that action at this time.
0 commit comments