2020-03-07 03:39:05 +10:00
|
|
|
<footer>
|
2020-03-07 04:22:03 +10:00
|
|
|
<p>
|
|
|
|
{%- if page.title != "Welcome!" -%}<a href='/'>Home</a>{% endif -%}
|
2020-03-08 01:38:35 +10:00
|
|
|
{%- if page.title != "Contact" -%}<a href='/contact.html'>Contact</a>{% endif -%}
|
|
|
|
{%- if page.title != "Projects" -%}<a href='/projects.html'>Projects</a>{% endif -%}
|
2020-03-07 04:22:03 +10:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href='https://bune.city'>Blog</a><a href='https://github.com/lynnesbian'>GitHub</a><a href='https://git.bune.city/lynnesbian'>Gitea</a>
|
|
|
|
</p>
|
2020-03-07 03:39:05 +10:00
|
|
|
</footer>
|