Skip to content

Commit 1cad109

Browse files
committed
v0.86.0
1 parent 083b4c8 commit 1cad109

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

livemark/assets/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.85.1
1+
0.86.0

livemark/plugins/site/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ def favicon(self):
4949

5050
@property
5151
def layout(self):
52-
layout = self.config.get('layout')
53-
return os.path.abspath(layout) if layout else 'markup.html'
52+
layout = self.config.get("layout")
53+
return os.path.abspath(layout) if layout else "markup.html"
5454

5555
@property
5656
def styles(self):

0 commit comments

Comments
 (0)