Skip to content

Commit

Permalink
Version 8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Feb 13, 2021
1 parent 9a226dc commit b3ede1f
Show file tree
Hide file tree
Showing 98 changed files with 1,104 additions and 751 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
New in master
New in v8.1.3
=============

Features
Expand All @@ -15,7 +15,7 @@ Features
Bugfixes
--------

* Fix an ``UnboundLocalError`` crash in ``nikola deploy`` (Isssue
* Fix an ``UnboundLocalError`` crash in ``nikola deploy`` (Issue
#3479)

Other
Expand Down
2 changes: 1 addition & 1 deletion docs/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.. description:
.. author: The Nikola Team
:Version: 8.1.2
:Version: 8.1.3
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-primary float-md-right
Expand Down
Binary file modified docs/man/nikola.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/man/nikola.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Nikola
A Static Site and Blog Generator
--------------------------------

:Version: Nikola 8.1.2
:Version: Nikola 8.1.3
:Manual section: 1
:Manual group: User Commands

Expand Down
2 changes: 1 addition & 1 deletion docs/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.. has_math: true
.. author: The Nikola Team
:Version: 8.1.2
:Version: 8.1.3

.. class:: alert alert-primary float-md-right

Expand Down
2 changes: 1 addition & 1 deletion docs/social_buttons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.. description:
.. author: The Nikola Team
:Version: 8.1.2
:Version: 8.1.3

.. class:: alert alert-primary float-md-right

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '8.1.2'
version = '8.1.3'
# The full version, including alpha/beta/rc tags.
release = '8.1.2'
release = '8.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. description: Get help using Nikola, or contact us.
.. author: The Nikola Team
:Version: 8.1.2
:Version: 8.1.3

.. class:: alert alert-primary float-md-right

Expand Down
2 changes: 1 addition & 1 deletion docs/template-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. date: 2017-04-13 12:00:00
.. author: The Nikola Team
:Version: 8.1.2
:Version: 8.1.3
:Author: Chris Warrick <[email protected]>

Variables available in templates are listed below.
Expand Down
2 changes: 1 addition & 1 deletion docs/theming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.. description:
.. author: The Nikola Team
:Version: 8.1.2
:Version: 8.1.3
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-primary float-md-right
Expand Down
2 changes: 1 addition & 1 deletion nikola/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import os
import sys

__version__ = '8.1.2'
__version__ = '8.1.3'
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
SHOW_TRACEBACKS = bool(os.getenv('NIKOLA_SHOW_TRACEBACKS'))

Expand Down
5 changes: 5 additions & 0 deletions nikola/data/themes/bootstrap4-jinja/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,8 @@ pre.code {
html[dir="rtl"] body {
text-align: right;
}

/* Set a minimum logo height to ensure .svg are displayed if there is no brand text (#3493) */
#logo {
min-height: 25px;
}
4 changes: 2 additions & 2 deletions npm_assets/node_modules/bootstrap/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions npm_assets/node_modules/bootstrap/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions npm_assets/node_modules/bootstrap/dist/css/bootstrap-grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions npm_assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit b3ede1f

Please sign in to comment.