We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083b4c8 commit 1cad109Copy full SHA for 1cad109
2 files changed
livemark/assets/VERSION
@@ -1 +1 @@
1
-0.85.1
+0.86.0
livemark/plugins/site/plugin.py
@@ -49,8 +49,8 @@ def favicon(self):
49
50
@property
51
def layout(self):
52
- layout = self.config.get('layout')
53
- return os.path.abspath(layout) if layout else 'markup.html'
+ layout = self.config.get("layout")
+ return os.path.abspath(layout) if layout else "markup.html"
54
55
56
def styles(self):
0 commit comments