We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cebbc commit 9f84a36Copy full SHA for 9f84a36
_config.yml
@@ -1,4 +1,6 @@
1
+author: Ramon de C Valle
2
baseurl: /jekyll-theme-bootstrap4
3
+description: A Bootstrap-based Jekyll theme.
4
excerpts: true
5
exclude:
6
- "*.gemspec"
_layouts/default.html
@@ -55,6 +55,12 @@
55
border-color: var(--color-gray-300);
56
}
57
</style>
58
+ {% if site.author %}
59
+ <meta name="author" content="{{ site.author }}">
60
+ {% endif %}
61
+ {% if site.description %}
62
+ <meta name="description" content="{{ site.description }}">
63
64
</head>
65
<body>
66
{% include navigation.html %}
0 commit comments