Skip to content

Commit

Permalink
example site - move site name into the suffix of the nested page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Mar 30, 2024
1 parent 8fde3d4 commit 8aeb6a2
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion site/_block_document.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="<!-- _inline_url_stylesheet -->" />
<link rel="manifest" href="<!-- _inline_url_manifest -->" />
<link rel="icon" href="<!-- _inline_url_icon -->" type="image/svg+xml" sizes="any" />
<title><!-- _inline_title_prefix --><!-- _inline_title --></title>
<title><!-- _inline_title --><!-- _inline_title_suffix --></title>
<link rel="canonical" href="<!-- _inline_site_url --><!-- _inline_path -->" />
<meta name="author" content="<!-- _inline_author -->" />
<meta name="description" content="<!-- _inline_description -->" />
Expand Down
1 change: 0 additions & 1 deletion site/_inline_title_prefix

This file was deleted.

1 change: 1 addition & 0 deletions site/_inline_title_suffix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
— <!-- _inline_site_name -->
4 changes: 2 additions & 2 deletions site/documents/index/_block_layout_index_children.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section>
<h1>Example index page</h1>
<h1>The index page</h1>
<p>
Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur
mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est
Expand All @@ -10,7 +10,7 @@ <h1>Example index page</h1>
<h2 id="heading-nav-documents">Site documents</h2>
<nav aria-labelledby="heading-nav-documents">
<ul>
<li><span>Home (current page)</span></li>
<li><span>The index page (this page)</span></li>
<li><span><a href="<!-- _inline_path_host_prefix -->/nested-page/">A nested page</a></span></li>
<li><span><a href="<!-- _inline_path_host_prefix -->/404/">Error “Not found” (code 404) page</a></span></li>
<li><span><a href="<!-- _inline_path_host_prefix -->/403/">Error “Forbidden” (code 403) page</a></span></li>
Expand Down
2 changes: 1 addition & 1 deletion site/documents/index/_inline_title
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Index page
The index page
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<article>
<h1>Example nested page</h1>
<h1>A nested page</h1>
<p>
Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur
mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia <abbr title="example of an abbreviation HTML tag" tabindex="0">abrv</abbr>. Reprehenderit nostrud nostrud ipsum Lorem
Expand Down
2 changes: 1 addition & 1 deletion site/documents/nested_page/_inline_title
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Nested page
A nested page

0 comments on commit 8aeb6a2

Please sign in to comment.