Compare commits
No commits in common. "d993d1c29b9dab82906e1eb9c5312c5b53f3d223" and "843e4ed1a87911c575f1efd3954304a001a06a48" have entirely different histories.
d993d1c29b
...
843e4ed1a8
4 changed files with 6 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
__version__ = '0.2.15'
|
__version__ = '0.2.14'
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
<!-- PWA & Viewport -->
|
<!-- PWA & Viewport -->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
|
<meta name="viewport" content="uc-fitscreen=yes"/>
|
||||||
<meta name="description" content="{{ config.description }}">
|
<meta name="description" content="{{ config.description }}">
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<!-- Android PWA -->
|
<!-- Android PWA -->
|
||||||
|
@ -16,6 +17,8 @@
|
||||||
<meta name="apple-mobile-web-app-title" content="{{ config.title }}">
|
<meta name="apple-mobile-web-app-title" content="{{ config.title }}">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||||
|
<!-- Layout mode -->
|
||||||
|
<meta name="layoutmode" content="fitscreen/standard">
|
||||||
<!-- Orientation -->
|
<!-- Orientation -->
|
||||||
<meta name="screen-orientation" content="portrait">
|
<meta name="screen-orientation" content="portrait">
|
||||||
<!-- RSS feed -->
|
<!-- RSS feed -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.2.15
|
current_version = 0.2.14
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ def readfile(file):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='madblog',
|
name='madblog',
|
||||||
version='0.2.15',
|
version='0.2.14',
|
||||||
author='Fabio Manganiello',
|
author='Fabio Manganiello',
|
||||||
author_email='info@fabiomanganiello.com',
|
author_email='info@fabiomanganiello.com',
|
||||||
description='A minimal platform for Markdown-based blogs',
|
description='A minimal platform for Markdown-based blogs',
|
||||||
|
|
Loading…
Reference in a new issue