Write my full name as title
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
968e6a1389
commit
6b7b44f48d
3 changed files with 28 additions and 1 deletions
|
|
@ -1,2 +1,12 @@
|
|||
<script async defer data-website-id="714f2f10-3a65-4c5b-971f-7cea9eac1ecd" src="https://pythagore.p0m.fr/pythagore.js"></script>
|
||||
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}" />
|
||||
<style>
|
||||
.navbar-header {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.navbar-brand {
|
||||
height: inherit;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue