Skip to content

Commit

Permalink
fix: update row get
Browse files Browse the repository at this point in the history
  • Loading branch information
jthodge committed Oct 15, 2023
1 parent c92f207 commit 477b441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/row.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% block body %}{% set til = display_rows[0] %}
<h1>{{ til.title }}</h1>

{{ til.html|safe }}
{{ til.html }}

<p class="created">Created {{ til.created }}{% if til.created != til.updated %}, updated {{ til.updated }} &middot; <a href="{{ til.url|replace("https://github.com/jthodge/til/blob/", "https://github.com/jthodge/til/commits/") }}">History</a>{% endif %} &middot; <a href="{{ til.url }}">Edit</a></p>
{% endblock %}

0 comments on commit 477b441

Please sign in to comment.