mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-18 10:40:01 +02:00
Include html meta decription and keywords on start page only
This commit is contained in:
@@ -11,8 +11,10 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<meta name="author" content="Thomas Jensen" />
|
<meta name="author" content="Thomas Jensen" />
|
||||||
<meta name="robots" content="index,follow" />
|
<meta name="robots" content="index,follow" />
|
||||||
<meta name="description" content="{{ site.description }}" />
|
{% if page.sedesc %}
|
||||||
|
<meta name="description" content="{{ page.sedesc }}" />
|
||||||
<meta name="keywords" content="ascii, ascii art, filter, command line, box, boxes, box drawing" />
|
<meta name="keywords" content="ascii, ascii art, filter, command line, box, boxes, box drawing" />
|
||||||
|
{% endif %}
|
||||||
<script src="{{ site.baseurl }}/js/jquery.min.js"></script>
|
<script src="{{ site.baseurl }}/js/jquery.min.js"></script>
|
||||||
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
|
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
|
||||||
<link href="{{ site.baseurl }}/css/bootstrap.min.css" rel="stylesheet">
|
<link href="{{ site.baseurl }}/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
Reference in New Issue
Block a user