mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-30 04:00:24 +00:00
tweaks
This commit is contained in:
parent
43521f088b
commit
33f7bc9e36
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
{% block meta %}
|
||||
{% metagen
|
||||
title=(title or site.description) + " | " + site.name,
|
||||
title=(title or site.title) + " | " + site.name,
|
||||
desc=desc or description or site.description,
|
||||
url=site.url + page.url,
|
||||
img=image or site.url + site.image,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ date: Last Modified
|
|||
<h2 class="title is-2">
|
||||
Lint & Format HTML Templates</h2>
|
||||
|
||||
<h2 class="title is-2 has-text-centered"></h2>
|
||||
<p class="subtitle has-text-centered mb-5">find your favorite template language!
|
||||
<div class="columns is-multiline">
|
||||
<div class="column is-one-quarter">
|
||||
|
|
|
|||
Loading…
Reference in a new issue