mv
This commit is contained in:
parent
b21698d96a
commit
4eb7be8d0d
1 changed files with 6 additions and 6 deletions
12
build.py
12
build.py
|
@ -23,9 +23,9 @@ def nav(active:str=None)->str:
|
|||
{link(active, 'cv', 'CV')}
|
||||
{link(active, 'git', 'Git')}
|
||||
{link(active, 'id', 'Identity')}
|
||||
{link(active, 'tilde', '~')}
|
||||
{link(active, 'ed', 'Education')}
|
||||
{link(active, 'lib', 'LinkInBio')}
|
||||
{link(active, 'pubnix', 'PubNix')}
|
||||
{link(active, 'thesis', 'Thesis')}
|
||||
</nav>
|
||||
'''
|
||||
|
||||
|
@ -242,9 +242,9 @@ function main() {{
|
|||
|
||||
<!----------------------------------------------------------------------------->
|
||||
|
||||
<section id="tilde">
|
||||
<section id="pubnix">
|
||||
|
||||
{nav('tilde')}
|
||||
{nav('pubnix')}
|
||||
|
||||
<ul>
|
||||
<!--<li><a href="https://aussies.space/~mspe">aussies.space</a></li>-->
|
||||
|
@ -285,9 +285,9 @@ function main() {{
|
|||
|
||||
<!----------------------------------------------------------------------------->
|
||||
|
||||
<section id="ed">
|
||||
<section id="thesis">
|
||||
|
||||
{nav('ed')}
|
||||
{nav('thesis')}
|
||||
|
||||
<ul>
|
||||
<li><a href="https://cnam.marc.beninca.link">CNAM</a></li>
|
||||
|
|
Loading…
Reference in a new issue