Skip to content

Commit a987988

Browse files
author
hjonin
committed
Add link to repo
1 parent 0d052fb commit a987988

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
window.$docsify = {
8080
autoHeader: true,
8181
loadSidebar: true,
82+
repo: 'https://github.com/codegouvfr/docsify-dsfr-template',
8283
search: {
8384
paths: 'auto',
8485
placeholder: 'Rechercher',

src/style.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,16 @@ div.tip, p.tip {
186186
}
187187
}
188188
}
189+
190+
.github-corner {
191+
background: none;
192+
position: absolute;
193+
right: 0;
194+
top: 0;
195+
width: 48px;
196+
z-index: 2000;
197+
198+
&:after {
199+
content: none;
200+
}
201+
}

0 commit comments

Comments
 (0)