fix reversion for site header on bibrec page

gutenberg1
eric 2020-08-28 09:38:12 -04:00
parent 03a060552c
commit 206b7a4ff1
1 changed files with 5 additions and 6 deletions

View File

@ -65,9 +65,10 @@ Gutenberg metadata much faster than by scraping.
</head>
<body>
<div id="mw-head-dummy" class="noprint" />
<div class="container">
${site_top()}
<div id="content" itemscope="itemscope" itemtype="http://schema.org/Book" i18n:comment="On the 'bibrec' page.">
<div class="page_content" id="content" itemscope="itemscope" itemtype="http://schema.org/Book" i18n:comment="On the 'bibrec' page.">
<div class="breadcrumbs noprint">
<ul>
@ -80,10 +81,8 @@ Gutenberg metadata much faster than by scraping.
</py:for>
</ul>
</div>
<div class="header">
<h1 itemprop="name">${os.title}</h1>
</div>
<div class="page-body">
<div property="dcterms:publisher" itemprop="publisher" content="Project Gutenberg" />
@ -350,7 +349,7 @@ Gutenberg metadata much faster than by scraping.
</div> <!--! tabs -->
</div> <!--! tabs-wrapper -->
</div> <!--! body -->
</div>
<div id="dialog" class="hidden">
</div>