main,li
This commit is contained in:
parent
20454e72cc
commit
b21698d96a
1 changed files with 1 additions and 5 deletions
6
build.py
6
build.py
|
@ -19,7 +19,7 @@ def link(active:str, id:str, text:str)->str:
|
|||
def nav(active:str=None)->str:
|
||||
return f'''\
|
||||
<nav>
|
||||
{link(active, 'main', '/')}
|
||||
{link(active, 'main', 'main')}
|
||||
{link(active, 'cv', 'CV')}
|
||||
{link(active, 'git', 'Git')}
|
||||
{link(active, 'id', 'Identity')}
|
||||
|
@ -124,10 +124,6 @@ function main() {{
|
|||
|
||||
<img src="marc.jpeg" />
|
||||
|
||||
<ul>
|
||||
<li><a href="https://linkedin.com/in/marc-beninca">LinkedIn</a></li>
|
||||
</ul>
|
||||
|
||||
<table>
|
||||
|
||||
<tr><th colspan="2">OpenPGP</th></tr>
|
||||
|
|
Loading…
Reference in a new issue