mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-23 11:31:12 -06:00
Use same css for emoji links
This commit is contained in:
@@ -217,8 +217,18 @@ class ModifyBuild
|
|||||||
|
|
||||||
home_html = %Q{<span class="chapterToc home-link"><a href="/">Home</a></span>}
|
home_html = %Q{<span class="chapterToc home-link"><a href="/">Home</a></span>}
|
||||||
appendix_html = %Q{
|
appendix_html = %Q{
|
||||||
<span class="chapterToc"><a href="https://breadco.de/kofi">⭐️ Donate</a></span>
|
<span class="chapterToc">
|
||||||
<span class="chapterToc"><a href="https://breadco.de/hardcover-book">📚 Hardcover Book</a></span>
|
<a href="https://breadco.de/kofi">
|
||||||
|
<span class="chapter_number">⭐️</span>
|
||||||
|
<span class="link_text">Donate</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
<span class="chapterToc">
|
||||||
|
<a href="https://breadco.de/hardcover-book">
|
||||||
|
<span class="chapter_number">📚</span>
|
||||||
|
<span class="link_text">Hardcover Book</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
}
|
}
|
||||||
menu.inner_html = "#{home_html} #{menu.inner_html} #{appendix_html}"
|
menu.inner_html = "#{home_html} #{menu.inner_html} #{appendix_html}"
|
||||||
doc.to_html
|
doc.to_html
|
||||||
|
|||||||
Reference in New Issue
Block a user