Skip to content

Commit 425be60

Browse files
authored
Merge pull request #65 from pybuilder/fix_permalinks_and_h1
Fix sitemap permalinks, add h1 on main page
2 parents 0ce728c + 11dd6cc commit 425be60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins:
1111
- jekyll-paginate
1212
- jekyll-last-modified-at
1313
- jekyll-redirect-from
14-
permalink: "/articles/:categories/:title.html"
14+
permalink: "/articles/:categories/:title"
1515
paginate: 5
1616
paginate_path: "/news/page:num/"
1717
titles_from_headings:

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<div class="row">
77
<div class="col-lg-12">
8-
<h2>
8+
<h1>
99
<span class="glyphicon glyphicon-star" style="color: gold"></span> PyBuilder
10-
</h2>
10+
</h1>
1111
<p>
1212
<em>PyBuilder</em> is a software build automation tool written in pure Python mainly
1313
targeting Python ecosystem. It is based on the concept of dependency-based programming but also comes

0 commit comments

Comments
 (0)