File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Critical items to know are:
14
14
- changed behaviour
15
15
16
16
## [ master] ( https://github.com/vsoch/docsy-jekyll/tree/master )
17
+ - minimum width of 150px for top right site name (0.0.13)
17
18
- tags page and option to link to it from post/docs tags (0.0.12)
18
19
- adding search endpoint tags to docs (0.0.11)
19
20
- adding site.url to config, making links in readme absolute (0.0.1)
Original file line number Diff line number Diff line change 1
- 0.0.12
1
+ 0.0.13
Original file line number Diff line number Diff line change 50
50
< div class ="md-source__icon " style ="padding-top:5px ">
51
51
< i class ="fa fa-github fa-3x "> </ i >
52
52
</ div >
53
- < div class ="md-source__repository ">
53
+ < div class ="md-source__repository " style =" min-width:150px " >
54
54
{{ site.github_user }}/{{ site.github_repo }}
55
55
</ div > </ a >
56
56
</ div >
You can’t perform that action at this time.
0 commit comments