Skip to content

Commit

Permalink
change case of meta page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Sep 3, 2024
1 parent 00d2540 commit e5ae30d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

{% block title %}aboutlaniakea books{% endblock title %}
{% block title %}AboutLaniakea Books{% endblock title %}

{% block content %}
<main>
Expand Down
2 changes: 1 addition & 1 deletion templates/blog-page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

{% block title %}{{ page.title }} — laniakea books{% endblock title %}
{% block title %}{{ page.title }} — Laniakea Books{% endblock title %}

{% block content %}
<main class="blog">
Expand Down
2 changes: 1 addition & 1 deletion templates/blog-section.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

{% block title %}bloglaniakea books{% endblock title %}
{% block title %}BlogLaniakea Books{% endblock title %}

{% block content %}
<main class="blog">
Expand Down
2 changes: 1 addition & 1 deletion templates/book-page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

{% block title %}{{ page.title }} — laniakea books{% endblock title %}
{% block title %}{{ page.title }} — Laniakea Books{% endblock title %}

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

Expand Down
2 changes: 1 addition & 1 deletion templates/book-section.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

{% block title %}bookslaniakea books{% endblock title %}
{% block title %}BooksLaniakea Books{% endblock title %}

{% block content %}
<main class="books">
Expand Down
2 changes: 1 addition & 1 deletion templates/handbook.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

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

{% block content %}
<main>
Expand Down
2 changes: 1 addition & 1 deletion templates/how-it-works.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

{% block title %}how it works — laniakea books{% endblock title %}
{% block title %}How it works — laniakea books{% endblock title %}

{% block content %}
<main>
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="description" content="{% block metadescription %}We help independent authors turn their words into public domain books.{% endblock metadescription %}">
<meta name="viewport" content="width=device-width, initial-scale=1">

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

<link rel="stylesheet" href="/general.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", trailing_slash=false) }}">
Expand Down
2 changes: 1 addition & 1 deletion templates/lets-chat.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

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

{% block content %}
<main>
Expand Down
2 changes: 1 addition & 1 deletion templates/open.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

{% block title %}transparencylaniakea books{% endblock title %}
{% block title %}TransparencyLaniakea Books{% endblock title %}

{% block content %}
<main>
Expand Down
2 changes: 1 addition & 1 deletion templates/philosophy.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

{% block title %}philosophylaniakea books{% endblock title %}
{% block title %}PhilosophyLaniakea Books{% endblock title %}

{% block content %}
<main>
Expand Down
2 changes: 1 addition & 1 deletion templates/pricing.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'index.html' %}

{% block title %}pricinglaniakea books{% endblock title %}
{% block title %}PricingLaniakea Books{% endblock title %}

{% block content %}
<main>
Expand Down

0 comments on commit e5ae30d

Please sign in to comment.