File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,3 +3,8 @@ languageCode = 'en-gb'
33title = ' UK TRE Glossary'
44theme = ' techdoc'
55description = ' UK TRE Glossary'
6+
7+ [params ]
8+ github_repository = ' https://github.com/manics/uktre-glossary'
9+ # Disable sidebar
10+ menu_style = ' '
Original file line number Diff line number Diff line change 22< h1 > {{ .Title }}</ h1 >
33{{- .Content -}}
44
5+ < a href ="{{ absURL "" }}"> < i class ="fas fa-home "> </ i > </ a >
6+
57{{ $data := resources.Get .Params.glossary_yaml | transform.Unmarshal }}
68{{ $category := .Params.glossary_category }}
79
Original file line number Diff line number Diff line change 1+ header h1 {
2+ color : white;
3+ }
4+
5+ header a : hover h1 {
6+ color : inherit;
7+ }
8+
9+ header {
10+ display : flex;
11+ justify-content : space-between;
12+ }
13+
114th , td {
215 vertical-align : top;
316}
17+
18+ table {
19+ max-width : 80em ;
20+ }
You can’t perform that action at this time.
0 commit comments