Add header

This commit is contained in:
samaradel
2022-10-12 14:34:16 +02:00
parent 05e6eaa2e4
commit 7f5854daa5
18 changed files with 6 additions and 28 deletions

View File

@@ -122,7 +122,6 @@
<div class="hidden lg:flex-1 lg:flex lg:items-center lg:justify-end lg:space-x-12">
<nav class="flex space-x-10">
{% for page in section.pages %}
{% if page.relative_path == "home/index.md" %} {% continue %} {% endif %}
{% if page.extra.menu %} {% continue %} {% endif %}
<a href="{{page.permalink}}" class="text-lg leading-6 text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
{{page.title}}