Skip to content

Commit 224bacd

Browse files
committed
added support for localtime, closes #42
1 parent 527d69f commit 224bacd

4 files changed

Lines changed: 689 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## 0.7.0 [2016-07-31]
66
- Added markdown support.
77
- Added upgrade command.
8+
- Added support for localtime.
89

910
## 0.6.0 [2016-07-26]
1011
- Added an option to automate the update process.

statuspage/statuspage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636
TEMPLATES = [
3737
"template.html",
38-
"style.css"
38+
"style.css",
39+
"statuspage.js",
3940
]
4041

4142

0 commit comments

Comments
 (0)