Files
neon/themes/default/index.html
2024-11-24 20:59:04 +08: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 }}
<script src="fontawesome/js/all.js" data-auto-replace-svg="nest"></script> {% if google_analytics_id %} <script async src="https://www.googletagmanager.com/gtag/js?id=G-S7G4LWWHH8"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-S7G4LWWHH8'); </script> {% endif %} <script src="./scripts.js"></script> </html>