Skip to content

Commit a0c9820

Browse files
Move last updated time to top of the page below description for better readability. (#57)
1 parent 087d30e commit a0c9820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h1>
1717
{{ site.description }}
1818
{% endif %}
1919
</p>
20-
{{ content | replace: '<a href="http', '<a rel="nofollow noopener noreferrer" target="_blank" href="http' }}
2120
<p><small>Last updated <time datetime="{{ site.time }}" title="{{ site.time }}">{{ site.time | date: "%b %e, %Y at %l:%M %p %Z" }}</time>.</small></p>
21+
{{ content | replace: '<a href="http', '<a rel="nofollow noopener noreferrer" target="_blank" href="http' }}
2222
</section>
2323
</body>
2424
</html>

0 commit comments

Comments
 (0)