diff options
Diffstat (limited to 'theme')
-rw-r--r-- | theme/cccevents/static/images/background.jpg | bin | 573866 -> 51440 bytes | |||
-rw-r--r-- | theme/cccevents/templates/index.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/theme/cccevents/static/images/background.jpg b/theme/cccevents/static/images/background.jpg index 49cb252..7dc3e94 100644 --- a/theme/cccevents/static/images/background.jpg +++ b/theme/cccevents/static/images/background.jpg | |||
Binary files differ | |||
diff --git a/theme/cccevents/templates/index.html b/theme/cccevents/templates/index.html index b1e1e56..798b03a 100644 --- a/theme/cccevents/templates/index.html +++ b/theme/cccevents/templates/index.html | |||
@@ -21,7 +21,7 @@ | |||
21 | </header> | 21 | </header> |
22 | <div> | 22 | <div> |
23 | <ul> | 23 | <ul> |
24 | {% for page in PAGES %} | 24 | {% for page in pages %} |
25 | <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li> | 25 | <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li> |
26 | {% endfor %} | 26 | {% endfor %} |
27 | </ul> | 27 | </ul> |