Skip to content

Commit c4d603c

Browse files
Merge pull request #212 from sophie-h/sophie-h/patch-3
Small fixes
2 parents b9613a7 + d0ce61a commit c4d603c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_includes/head.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
1010
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}" />
1111
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}" />
12+
<link rel="alternate" type="application/rss+xml" title="gtk-rs blog" href="/blog/feed.xml" />
1213
</head>

blog/feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: null
44
<?xml version="1.0" encoding="UTF-8"?>
55
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
66
<channel>
7-
<title>{{ site.title | xml_escape }}</title>
7+
<title>{{ site.title | xml_escape }} blog</title>
88
<description>{{ site.description | xml_escape }}</description>
99
<link>{{ site.url }}{{ site.baseurl }}/</link>
1010
<atom:link href="{{ "/blog/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml" />

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The **gtk-rs** project provides safe bindings to the [Rust] language for fundame
3030

3131
## Available crates
3232

33-
The following table contains the most popular crates of **gtk-rs**. More information on all existing crates is available under the corresponding *Project* links.
33+
The following table contains the most popular crates of **gtk-rs**. More information on all existing crates is available under the corresponding links in the **Project** column in the table below.
3434

3535
<!--
3636
{% include crates.html %}

0 commit comments

Comments
 (0)