neon/themes/default/index.html
2024-10-26 23:40:47 +08:00

1.3 KiB

<html lang="{{ lang }}"> <head> </head>
Profile Picture

{{ name }}

{{ tagline }}

{% for item in links %} {% assign link = item.link %} {{ link.title }} {% endfor %}
{% for item in socials %} {% assign social = item.social %} {% endfor %}
{{ footer }}
{{ copyright }}
</html>