File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### v1.1.0
4
+
5
+ - new: added optional header on hover permalink support with the ` markdown_extensions ` > ` -toc ` > ` permalink: true ` configuration (#95 )
6
+
3
7
### v1.0.6
4
8
5
9
- fixed: sidebar height to prevent overlap of footer
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Then navigate to the root of your project directory:
34
34
35
35
Download the Cinder theme archive by clicking the button below.
36
36
37
- <a href =" https://github.com/chrissimpkins/cinder/archive/v1.0.6 .zip " ><button type =" button " class =" btn btn-success " ><i class =" fas fa-cloud-download-alt fa-3x " ></i > </br > <span style =" font-size :20px ;" >Download Cinder</span ></button ></a >
37
+ <a href =" https://github.com/chrissimpkins/cinder/archive/v1.1.0 .zip " ><button type =" button " class =" btn btn-success " ><i class =" fas fa-cloud-download-alt fa-3x " ></i > </br > <span style =" font-size :20px ;" >Download Cinder</span ></button ></a >
38
38
39
39
Unpack the contents of the archive into a directory named ` cinder ` at the top level of your MkDocs project directory.
40
40
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- VERSION = "1.0.6 "
3
+ VERSION = "1.1.0 "
4
4
5
5
6
6
setup (
You can’t perform that action at this time.
0 commit comments