We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b23c40 commit 2d188f8Copy full SHA for 2d188f8
_config.yml
@@ -2,6 +2,9 @@
2
title: 'Pippo'
3
subtitle: 'Micro Java Web Framework'
4
5
+plugins:
6
+ - jekyll-seo-tag
7
+
8
# if you wish to integrate disqus on pages set your shortname here
9
disqus_shortname: ''
10
_layouts/default.html
@@ -11,6 +11,7 @@
11
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
12
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
13
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
14
+ {% seo %}
15
</head>
16
<body>
17
<a href="http://github.com/decebals/pippo">
0 commit comments