Skip to content

Commit

Permalink
Put package keywords into HTML meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 16, 2018
1 parent 09fcf33 commit 98f6137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions _layouts/default.html
Expand Up @@ -4,6 +4,10 @@
<meta charset="utf-8">
<title>GAP package {{ site.data.package.name }}</title>

{% if site.data.package.keywords and site.data.package.keywords.size > 0 %}
<meta name="keywords" content="{{site.data.package.keywords}}" />
{% endif %}

<link rel="stylesheet" type="text/css" href="stylesheets/styles.css">
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css">
<script type="text/javascript"
Expand Down
6 changes: 0 additions & 6 deletions index.md
Expand Up @@ -43,12 +43,6 @@ The following additional GAP packages are not required, but suggested:
{% endfor %}
{% endif %}

{% if site.data.package.keywords and site.data.package.keywords.size > 0 %}
## Keywords

{{site.data.package.keywords}}
{% endif %}

{% if site.data.package.citeas %}
## Citing

Expand Down

0 comments on commit 98f6137

Please sign in to comment.