−about,bio
This commit is contained in:
parent
35293d8f78
commit
7a7ccfbbbf
1 changed files with 2 additions and 0 deletions
2
build.py
2
build.py
|
@ -57,6 +57,7 @@ def main():
|
|||
name="tab" id="tab/my" />
|
||||
<label for="tab/my">My/</label>
|
||||
<div><div class="tabs">
|
||||
<!--
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab/my" id="tab/my/about" />
|
||||
<label for="tab/my/about">About</label>
|
||||
|
@ -65,6 +66,7 @@ def main():
|
|||
name="tab/my" id="tab/my/bio" />
|
||||
<label for="tab/my/bio">Bio</label>
|
||||
<div>{tabs['bio']}</div>
|
||||
-->
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab/my" id="tab/my/cv" />
|
||||
<label for="tab/my/cv">CV</label>
|
||||
|
|
Loading…
Reference in a new issue