Skip to content

Commit

Permalink
Getting correct year in published version.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jan 2, 2019
1 parent cc394d7 commit e752c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publishconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
MENUITEMS =[('Syllabus', '/eme185/{}'.format(TAG_DIR[1:])),
('Schedule', '/eme185{}/pages/schedule.html'.format(TAG_DIR)),
('Assignments', '/eme185{}/pages/assignments.html'.format(TAG_DIR)),
('Projects', 'https://www.moorepants.info/jkm/courses/eme185-2018/pages/projects.html'),
('Projects', ('https://www.moorepants.info/jkm/courses/'
'eme185-{}/pages/projects.html'.format(YEAR))),
('Resources', '/eme185{}/pages/resources.html'.format(TAG_DIR))]

# Following items are often useful when publishing
Expand Down

0 comments on commit e752c7b

Please sign in to comment.