mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
Fix duplicate method and nav issue
This commit is contained in:
@@ -151,16 +151,6 @@ class ModifyBuild
|
||||
doc.to_html
|
||||
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
|
||||
# click the book cover in order to start reading.
|
||||
def fix_cover_page(text)
|
||||
@@ -196,7 +186,7 @@ class ModifyBuild
|
||||
def menu_mobile_nav
|
||||
%Q{
|
||||
<a href="/" class="logo">
|
||||
The Sourdough Framework
|
||||
🍞 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>
|
||||
@@ -397,7 +387,7 @@ class ModifyBuild
|
||||
def build_cover_page_content
|
||||
%Q{
|
||||
<h2 class="chapterHead">
|
||||
🍞 The Sourdough Framework 📓
|
||||
🍞 The Sourdough Framework
|
||||
</h2>
|
||||
<p class="noindent">
|
||||
The Sourdough Framework goes beyond just recipes and provides you a solid
|
||||
|
||||
Reference in New Issue
Block a user