Skip to content

Commit 2d188f8

Browse files
committed
Enable SEO to template
1 parent 0b23c40 commit 2d188f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: 'Pippo'
33
subtitle: 'Micro Java Web Framework'
44

5+
plugins:
6+
- jekyll-seo-tag
7+
58
# if you wish to integrate disqus on pages set your shortname here
69
disqus_shortname: ''
710

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
1212
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
1313
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
14+
{% seo %}
1415
</head>
1516
<body>
1617
<a href="http://github.com/decebals/pippo">

0 commit comments

Comments
 (0)