vegan
This commit is contained in:
parent
565056cf2b
commit
b5ae2dd33a
1 changed files with 24 additions and 0 deletions
24
build.py
24
build.py
|
@ -27,6 +27,7 @@ def nav(active:str=None)->str:
|
|||
{link(active, 'music', 'Music')}
|
||||
{link(active, 'pubnix', 'PubNix')}
|
||||
{link(active, 'thesis', 'Thesis')}
|
||||
{link(active, 'vegan', 'Vegan')}
|
||||
{link(active, 'others', 'others…')}
|
||||
</nav>
|
||||
'''
|
||||
|
@ -342,6 +343,29 @@ function main() {{
|
|||
|
||||
<!----------------------------------------------------------------------------->
|
||||
|
||||
<section id="vegan">
|
||||
|
||||
{nav('vegan')}
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/@CheapLazyVegan/videos">Cheap Lazy Vegan</a></li>
|
||||
<li><a href="https://www.youtube.com/@gazoakleychef/videos">Gaz Oakley</a></li>
|
||||
<li><a href="https://www.youtube.com/@RainbowPlantLife/videos">Rainbow Plant Life</a></li>
|
||||
<li><a href="https://www.youtube.com/@TheKoreanVegan/videos">The Korean Vegan</a></li>
|
||||
<li><a href="https://www.youtube.com/@Thevietvegan/videos">The Viet Vegan</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/@Evalespetitsplats/videos">Eva les petits plats</a></li>
|
||||
<li><a href="https://www.youtube.com/@LapetiteOkara/videos">La petite Okara</a></li>
|
||||
<li><a href="https://www.youtube.com/@MarieSweetandSour/videos">Marie Sweet and Sour</a></li>
|
||||
<li><a href="https://www.youtube.com/@SebastienKardinal/videos">Sébastien Kardinal</a></li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
<!----------------------------------------------------------------------------->
|
||||
|
||||
<section id="others">
|
||||
|
||||
{nav('others')}
|
||||
|
|
Loading…
Reference in a new issue