neon/themes/default/index.html
2025-04-22 21:08:27 -04:00

3.6 KiB

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

{{ name }}

{{ tagline }}

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