This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/_includes/partials/header.liquid
2024-04-15 13:22:07 -07:00

10 lines
No EOL
240 B
Text

<section class="main-title">
<h1>
{% if page.url != '/' %}
<a href="/">{{ meta.siteName }}</a>
{% else %}
{{ meta.siteName }}
{% endif %}
</h1>
{% render "partials/nav/menu.liquid", page:page, nav:nav %}
</section>