Skip to content

Commit

Permalink
Merge pull request #84 from adinhodovic/fix-last-update
Browse files Browse the repository at this point in the history
fix: use correct page value for last update display
  • Loading branch information
adinhodovic committed Apr 17, 2024
2 parents 7d5553b + eadc09a commit a8dd4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
name = "wagtail-resume"
authors = ["Adin Hodovic <hodovicadin@gmail.com>"]
license = "MIT"
version = "2.7.1"
version = "2.7.2"
readme = "README.md"
homepage = "https://github.com/adinhodovic/wagtail-resume"
repository = "https://github.com/adinhodovic/wagtail-resume"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2 class="mt-2 mb-0">{{ page.full_name }}</h2>
</div>
{% endfor %}
</div>
{% if page.latest_revision_created_at %}
{% if page.display_last_update %}
<p class="small italic mt-1">Last update: {{ page.latest_revision_created_at|date }}</p>
{% endif %}
</div>
Expand Down

0 comments on commit a8dd4d5

Please sign in to comment.