This website requires JavaScript.
Explore
Help
Sign in
00dani
/
lemoncurry
Watch
1
Star
0
Fork
You've already forked lemoncurry
1
Code
Issues
Pull requests
Releases
Wiki
Activity
1cfab95201
Branches
Tags
No results found.
lemoncurry
/
home
History
Download ZIP
Download TAR.GZ
Danielle McLean
b2b017c1bd
Whoops, make sure we correctly fetch the user to display entries for on the home page if nobody is logged in
2018-01-29 08:48:56 +11:00
..
static/home
/css
Adjust the spacing around entries - don't use .container since it adds extra unwanted margin
2017-12-04 21:43:13 +11:00
templates
/home
Add missing aria-hidden attribute to icons that aren't or might not be Font Awesome ones, since the automatic aria-hidden attributes are only added to FA icons
2017-12-21 11:27:17 +11:00
__init__.py
Create a super-simple homepage
2017-10-23 09:37:24 +11:00
sitemaps.py
Add a simple sitemap using django.contrib.sitemaps - there aren't a lot of pages to map so far so it's pretty basic ;)
2017-10-24 21:14:17 +11:00
urls.py
Switch from custom pagination to django.core.paginator, since it can do things like counts and 'is there a next page' more easily
2017-12-13 09:56:18 +11:00
views.py
Whoops, make sure we correctly fetch the user to display entries for on the home page if nobody is logged in
2018-01-29 08:48:56 +11:00