Skip to content

Commit 9942d31

Browse files
committed
fix page title
1 parent b4c9479 commit 9942d31

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
# You can create any custom variable you would like, and they will be accessible
1010
# in the templates via {{ site.myvariable }}.
1111

12-
title: Home • Reqnroll
12+
title: Reqnroll
1313
1414
description: >-
1515
Reqnroll is an open-source Cucumber-style BDD test automation framework for .NET. It has been created as a reboot of the SpecFlow project.
16+
tagline: BDD framework for .NET
1617
baseurl: "" # the subpath of your site, e.g. /blog
1718
url: "https://reqnroll.github.io" # the base hostname & protocol for your site, e.g. http://example.com
1819
# twitter_username: jekyllrb
@@ -37,6 +38,9 @@ defaults:
3738
values:
3839
permalink: /:categories/:year/:month/:title/
3940

41+
seo_paginator_message: ''
42+
43+
4044
# See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md
4145
pagination:
4246
enabled: true

0 commit comments

Comments
 (0)