Add source code link with git hash, plus modification dates

This commit is contained in:
Chandler Swift 2024-02-02 23:03:04 -06:00
parent acad9c5944
commit fb667871b4
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
4 changed files with 30 additions and 4 deletions

View file

@ -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;
}