Add source code link with git hash, plus modification dates
This commit is contained in:
parent
acad9c5944
commit
fb667871b4
4 changed files with 30 additions and 4 deletions
|
|
@ -25,12 +25,20 @@ aside {
|
|||
transition: 0.25s;
|
||||
max-height: 100vh;
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
aside > div {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
#source {
|
||||
order: 1;
|
||||
margin: auto;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.nav-open aside {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue