Skip to content

Commit def9c77

Browse files
authored
Merge branch 'alshedivat:main' into cloudflare
2 parents 9ee3a26 + 14aaf47 commit def9c77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ sass:
292292

293293
jekyll-minifier:
294294
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"]
296296

297297
# -----------------------------------------------------------------------------
298298
# Terser

_layouts/post.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ layout: default
1818
<header class="post-header">
1919
<h1 class="post-title">{{ page.title }}</h1>
2020
<p class="post-meta">
21-
Created in {{ page.date | date: '%B %d, %Y' }}
21+
Created on {{ page.date | date: '%B %d, %Y' }}
2222
{% 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 %}
2424
{% if page.meta %}• {{ page.meta }}{% endif %}
2525
</p>
2626
<p class="post-tags">

0 commit comments

Comments
 (0)