Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Change id of chapter title
  • Loading branch information
kthoden committed Aug 27, 2020
1 parent e646d24 commit a7d5b82
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/pug/chapter01.pug
Expand Up @@ -80,7 +80,7 @@ block page-content
.navigation
a(href="chapter02.html").navigation__button.navigation__button--next 1 Document structure
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title Unnumbered <em>document</em> structure
section.publications__overview
+link('#', 'Download Chapter', 'link--green', 'link__label--outer')
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter02.pug
Expand Up @@ -133,7 +133,7 @@ block page-content
a(href="chapter01.html").navigation__button.navigation__button--prev Unnumbered document structure
a(href="chapter03.html").navigation__button.navigation__button--next 2 Markup
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 1 Document structure
section.publications__overview
+accordion
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter03.pug
Expand Up @@ -78,7 +78,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 2 Markup
p A. N. Other
section.publications__overview
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter04.pug
Expand Up @@ -73,7 +73,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 3 LaTeX specifics
section.publication-detail
+accordion
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter05.pug
Expand Up @@ -74,7 +74,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 4 References and indices
section.publications__overview
+accordion
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter06.pug
Expand Up @@ -94,7 +94,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 5 Floating environments
section.publications__overview
+accordion
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter07.pug
Expand Up @@ -80,7 +80,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 6 Formulas
section.publications__overview
+accordion
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter08.pug
Expand Up @@ -78,7 +78,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 7 A Facsimile of Giovanni Battista de Benedetti’s Diversarum speculationum mathematicarum, et physicarum liber (Turin 1585)
section.publications__overview
+accordion
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter09.pug
Expand Up @@ -78,7 +78,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 8 Transcription and Translation
section.publications__overview
+accordion
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter10.pug
Expand Up @@ -78,7 +78,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 9 Facsimile and Text (3. Kapitel des 1. Teils)
section.publications__overview
+accordion
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter11.pug
Expand Up @@ -78,7 +78,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title 10 Letters
section.publications__overview
+accordion
Expand Down
2 changes: 1 addition & 1 deletion src/pug/chapter12.pug
Expand Up @@ -77,7 +77,7 @@ block page-content
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='1')
.row(id='chaptertitle')
h1.publication-detail__title References
section.publications__overview
+accordion
Expand Down

0 comments on commit a7d5b82

Please sign in to comment.