Fix navbar on page load
This commit is contained in:
parent
d86df73226
commit
8cd9782160
6 changed files with 32 additions and 6 deletions
|
@ -31,7 +31,7 @@
|
|||
{% endfor %}
|
||||
</head>
|
||||
<body class="font-sans text-black text-sm leading-normal">
|
||||
<div id="app">
|
||||
<div id="app" v-cloak>
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends 'app' %}
|
||||
|
||||
{% block body %}
|
||||
<navbar site-name="{{ site.title }}" page-url="{{ page.url }}"></navbar>
|
||||
{% include 'layout/navbar' %}
|
||||
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="md:flex -mx-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue