File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ minima:
1818 - title : GitHub
1919 icon : github
2020 url : " https://github.com/dagargo"
21-
22- header_pages :
23- - installation.md
24- - usage.md
25- - configuration.md
26- - adding.md
21+ header_pages :
22+ - installation.md
23+ - usage.md
24+ - configuration.md
25+ - adding.md
Original file line number Diff line number Diff line change 1313 width : 32px ;
1414 vertical-align : text-bottom;
1515 }
16+ # custom-title {
17+ margin-left : 8px ;
18+ }
1619</ style >
1720
1821< a id ="fmogr " href ="https://github.com/dagargo/overwitch ">
2528 {%- assign default_paths = site.pages | sort: 'order' | map: "path" -%}
2629 {%- assign page_paths = site.minima.nav_pages | default: default_paths -%}
2730 {%- assign page_titles = site.pages | map: 'title' | compact %}
28- < a class ="site-title " rel ="author " href ="{{ '/' | relative_url }} "> < img id ="custom-logo " src ="{{ "/images/logo.png" | relative_url }}"> {{ site.title | escape }}</ a >
31+ < a class ="site-title " rel ="author " href ="{{ '/' | relative_url }} "> < img id ="custom-logo " src ="{{ "/images/logo.png" | relative_url }}"> < span id =" custom-title " > {{ site.title | escape }}</ span > </ a >
2932
3033 {%- unless page_titles == empty %}
3134 < nav class ="site-nav ">
You can’t perform that action at this time.
0 commit comments