Skip to content

Commit

Permalink
fix photo titles
Browse files Browse the repository at this point in the history
  • Loading branch information
lchski committed Dec 6, 2022
1 parent 302a6cd commit 3c212a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
{% if page.collection == 'notes' %}
{% assign page_title = page.date | date: "Note: %B %e, %Y at %l:%S %P – Lucas Cherkewski" %}
{% endif %}
{% if page.collection == 'photos' %}
{% assign page_title = page.date | date: "Photo: %B %e, %Y at %l:%S %P – Lucas Cherkewski" %}
{% endif %}
{% if page.collection == 'links' %}
{% assign page_title = 'Link: ' | append: page_title %}
{% endif %}
Expand Down

0 comments on commit 3c212a5

Please sign in to comment.