Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
{{resume.name}}
</span>
<span class="static left-0 bottom-0 not-italic font-normal text-sm leading-5 text-gray-100 flex-none order-1 flex-grow-0">
Last updated on {{resume.date}} {{resume.time}}
Last updated on {{resume.date}}
</span>
</div>
<a href="{% static 'pdfs/' %}{{resume.pdfFile}}" download style = "color: white;">PDF</a>
Expand Down