Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 7776271

Browse files
update footer
1 parent c51ec55 commit 7776271

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

docs/Usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Do consider adding the images to the template for sharing with colleagues!
5858

5959
## Site Navigation
6060

61+
Tabs are disabled by default:
62+
63+
![No tabs](no_tabs.png)
64+
6165
To use the same navigation structure as displayed in the demo update the `mkdocs.yml` as follows:
6266
```
6367
theme:

docs/no_tabs.png

140 KB
Loading

tech_docs_template/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.15"
1+
__version__ = "0.0.16"

tech_docs_template/assets/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747

4848
.md-copyright{
49-
font-size: 16px;
49+
font-size: 15px;
5050
color:#000000;
5151
}
5252

tech_docs_template/main.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
<div class="md-footer-meta__inner md-grid">
1212

1313
<div class="md-copyright">
14+
Made with
15+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
16+
Material for MkDocs
17+
</a>
18+
<br>
19+
<br>
1420
<img src="{{ 'assets/images/ogl.png' |url }}" >
1521
All content is available under the
1622
<a
@@ -21,11 +27,14 @@
2127
, except where otherwise stated
2228
</div>
2329

24-
<div>
25-
<img class="logo" src="{{ 'assets/images/govuk-crest-2x.png' | url }}" width=125px height=102px;>
26-
<br>
27-
<a class="md-copyright"
28-
href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">© Crown copyright</a>
30+
<div class="md-copyright">
31+
<a
32+
href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/"
33+
target="_blank" rel="noopener">
34+
<img src="{{ 'assets/images/govuk-crest-2x.png' | url }}" width=120px height=100px;>
35+
<br>
36+
© Crown copyright
37+
</a>
2938
</div>
3039

3140
</div>

0 commit comments

Comments
 (0)