This repository was archived by the owner on May 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +20
-7
lines changed Expand file tree Collapse file tree 5 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ Do consider adding the images to the template for sharing with colleagues!
58
58
59
59
## Site Navigation
60
60
61
+ Tabs are disabled by default:
62
+
63
+ ![ No tabs] ( no_tabs.png )
64
+
61
65
To use the same navigation structure as displayed in the demo update the ` mkdocs.yml ` as follows:
62
66
```
63
67
theme:
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.15 "
1
+ __version__ = "0.0.16 "
Original file line number Diff line number Diff line change 46
46
}
47
47
48
48
.md-copyright {
49
- font-size : 16 px ;
49
+ font-size : 15 px ;
50
50
color : # 000000 ;
51
51
}
52
52
Original file line number Diff line number Diff line change 11
11
< div class ="md-footer-meta__inner md-grid ">
12
12
13
13
< 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 >
14
20
< img src ="{{ 'assets/images/ogl.png' |url }} " >
15
21
All content is available under the
16
22
< a
21
27
, except where otherwise stated
22
28
</ div >
23
29
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 >
29
38
</ div >
30
39
31
40
</ div >
You can’t perform that action at this time.
0 commit comments