mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
Fix duplicate method and nav issue
This commit is contained in:
@@ -151,16 +151,6 @@ class ModifyBuild
|
|||||||
doc.to_html
|
doc.to_html
|
||||||
end
|
end
|
||||||
|
|
||||||
def menu_mobile_nav
|
|
||||||
%Q{
|
|
||||||
<a href="/" class="logo">
|
|
||||||
The Sourdough Framework
|
|
||||||
</a>
|
|
||||||
<input type="checkbox" id="toggle-menu">
|
|
||||||
<label class="hamb toggle-menu-label" for="toggle-menu"><span class="hamb-line"></span></label>
|
|
||||||
}
|
|
||||||
end
|
|
||||||
|
|
||||||
# The cover page should have some additional content and allow the user to
|
# The cover page should have some additional content and allow the user to
|
||||||
# click the book cover in order to start reading.
|
# click the book cover in order to start reading.
|
||||||
def fix_cover_page(text)
|
def fix_cover_page(text)
|
||||||
@@ -196,7 +186,7 @@ class ModifyBuild
|
|||||||
def menu_mobile_nav
|
def menu_mobile_nav
|
||||||
%Q{
|
%Q{
|
||||||
<a href="/" class="logo">
|
<a href="/" class="logo">
|
||||||
The Sourdough Framework
|
🍞 The Sourdough Framework
|
||||||
</a>
|
</a>
|
||||||
<input type="checkbox" id="toggle-menu">
|
<input type="checkbox" id="toggle-menu">
|
||||||
<label class="hamb toggle-menu-label" for="toggle-menu"><span class="hamb-line"></span></label>
|
<label class="hamb toggle-menu-label" for="toggle-menu"><span class="hamb-line"></span></label>
|
||||||
@@ -397,7 +387,7 @@ class ModifyBuild
|
|||||||
def build_cover_page_content
|
def build_cover_page_content
|
||||||
%Q{
|
%Q{
|
||||||
<h2 class="chapterHead">
|
<h2 class="chapterHead">
|
||||||
🍞 The Sourdough Framework 📓
|
🍞 The Sourdough Framework
|
||||||
</h2>
|
</h2>
|
||||||
<p class="noindent">
|
<p class="noindent">
|
||||||
The Sourdough Framework goes beyond just recipes and provides you a solid
|
The Sourdough Framework goes beyond just recipes and provides you a solid
|
||||||
|
|||||||
Reference in New Issue
Block a user