Skip to content

Commit 4114454

Browse files
author
Xavier Godart
committed
update meta description
1 parent 9d69be5 commit 4114454

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset="utf-8">
55
<meta name="robots" content="index, follow" />
66
<meta name="language" content="en" />
7-
<meta name="description" content="{% block description %}Creating weird music software for the command line{% endblock description %}">
7+
<meta name="description" content="{% block description %}A modest venture into crafting unconventional creative tools for the terminal{% endblock description %}">
88
{% block opengraph %}
99
<meta property="og:title" content="{{ config.title }}">
10-
<meta property="og:description" content="Creating weird music software for the command line">
10+
<meta property="og:description" content="A modest venture into crafting unconventional creative tools for the terminal">
1111
<meta property="og:image" content="{{ config.base_url }}/images/logo_big.png">
1212
{% endblock opengraph %}
1313
<link rel="canonical" href="{{current_url | safe}}">
@@ -62,7 +62,7 @@ <h1><a href="{{ config.base_url }}{{ _ugly_url }}">{{ config.title }}</a></h1>
6262
<li class="active">
6363
<a href="{{ page.permalink | safe }}{{ _ugly_url }}">{{ page.title | lower }}</a>
6464
</li>
65-
65+
6666

6767
{% if page.toc -%}
6868

0 commit comments

Comments
 (0)