Skip to content

Commit b0b1a12

Browse files
committed
Fix titles
1 parent eb211cc commit b0b1a12

File tree

8 files changed

+8
-5
lines changed

8 files changed

+8
-5
lines changed

_includes/layouts/dev-default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width">
6-
<title>IRC DevDocs - {{ page.title }}</title>
6+
<title>{{ page.title }} - IRC DevDocs</title>
77

88
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
99

contributors.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Developer Docs Contributors
2+
title: Contributors
33
layout: short-header
44
ntitle: Contributors
55
nsub: The authors and maintainers of our developer documentation

refs/commands/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Commands
23
layout: short-header
34
ntitle: Command Reference
45
nsub: IRC commands supported by servers

refs/glossary/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: short-header
33

4-
title: IRC Glossary
4+
title: Glossary
55
ntitle: Glossary
66
nsub: Definitions for commonly-used IRC and IRC development terms
77
---

refs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: References
23
layout: short-header
34
ntitle: IRC References
45
nsub: Commands, Numerics, and a handy glossary

refs/numerics/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Numerics
23
layout: short-header
34
ntitle: Numeric Reference
45
nsub: IRC numerics sent by servers

software.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IRC Software
2+
title: Software
33
layout: short-header
44
ntitle: Software
55
nsub: Some of the software that we consider while writing these docs

tools.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IRC Testing Tools
2+
title: Testing Tools
33
layout: short-header
44
ntitle: Tools
55
nsub: Resources and tools we use to test IRC software

0 commit comments

Comments
 (0)