Skip to content

Commit e5ae30d

Browse files
committed
change case of meta page titles
1 parent 00d2540 commit e5ae30d

12 files changed

+12
-12
lines changed

templates/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}aboutlaniakea books{% endblock title %}
3+
{% block title %}AboutLaniakea Books{% endblock title %}
44

55
{% block content %}
66
<main>

templates/blog-page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}{{ page.title }} — laniakea books{% endblock title %}
3+
{% block title %}{{ page.title }} — Laniakea Books{% endblock title %}
44

55
{% block content %}
66
<main class="blog">

templates/blog-section.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}bloglaniakea books{% endblock title %}
3+
{% block title %}BlogLaniakea Books{% endblock title %}
44

55
{% block content %}
66
<main class="blog">

templates/book-page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}{{ page.title }} — laniakea books{% endblock title %}
3+
{% block title %}{{ page.title }} — Laniakea Books{% endblock title %}
44

55
{% block metadescription %}a book of the public domain - laniakea books{% endblock metadescription %}
66

templates/book-section.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}bookslaniakea books{% endblock title %}
3+
{% block title %}BooksLaniakea Books{% endblock title %}
44

55
{% block content %}
66
<main class="books">

templates/handbook.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}handbook - laniakea books{% endblock title %}
3+
{% block title %}Handbook - Laniakea Books{% endblock title %}
44

55
{% block content %}
66
<main>

templates/how-it-works.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}how it works — laniakea books{% endblock title %}
3+
{% block title %}How it works — laniakea books{% endblock title %}
44

55
{% block content %}
66
<main>

templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="description" content="{% block metadescription %}We help independent authors turn their words into public domain books.{% endblock metadescription %}">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<title>{% block title %}laniakea books{% endblock title %}</title>
8+
<title>{% block title %}Laniakea Books — Public Domain Publishing House{% endblock title %}</title>
99

1010
<link rel="stylesheet" href="/general.css">
1111
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", trailing_slash=false) }}">

templates/lets-chat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}let’s chat — laniakea books{% endblock title %}
3+
{% block title %}Let’s chat — Laniakea Books{% endblock title %}
44

55
{% block content %}
66
<main>

templates/open.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}transparencylaniakea books{% endblock title %}
3+
{% block title %}TransparencyLaniakea Books{% endblock title %}
44

55
{% block content %}
66
<main>

templates/philosophy.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}philosophylaniakea books{% endblock title %}
3+
{% block title %}PhilosophyLaniakea Books{% endblock title %}
44

55
{% block content %}
66
<main>

templates/pricing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'index.html' %}
22

3-
{% block title %}pricinglaniakea books{% endblock title %}
3+
{% block title %}PricingLaniakea Books{% endblock title %}
44

55
{% block content %}
66
<main>

0 commit comments

Comments
 (0)