feat: update /p/feed partial message
This commit is contained in:
parent
b3f9158a54
commit
84a552178a
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ def show(page):
|
|||
|
||||
@partials.route('feed')
|
||||
def feed():
|
||||
return render_template(f'feed.html', date=datetime.now().strftime('%B %d, %Y, %H:%M:%S'))
|
||||
return render_template(f'feed.html', date=datetime.now().strftime('%B %d, %Y'))
|
||||
|
|
Loading…
Reference in a new issue