option to use gradient backgrounds

This commit is contained in:
j 2025-02-15 00:24:00 +01:00
commit c7ce34b0da
8 changed files with 214 additions and 1 deletions

View file

@ -109,6 +109,7 @@ def archive(request, year=None, month=None, day=None, week=None):
if extra:
context['week_title'] = extra.title
context['week_byline'] = extra.byline
context['week_background'] = extra.background
elif week:
week = int(week)
year = int(year)