Ticket Hash: | 751a7ebc2a26dfd0336be0522b7b28e6c07c7ae4 | |||
Title: | Include site-wide footer on fossil repo pages too | |||
Status: | Closed | Type: | Feature Proposal | |
Severity: | Cosmetic | Priority: | High | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2020-02-10 17:51:51 | |||
Version Found In: | ||||
User Comments: | ||||
joel added on 2020-02-05 19:00:40:
(text/x-fossil-wiki)
The pages served by the Fossil repo should have the same footer as the pages on the rest of the site. When <code>index.html</code> is generated, it should also spit a copy of just the footer text into the <code>scribbled/</code> subfolder, which is ignored by Fossil. Additionally, the <code>make</code> target for <code>index.html</code> should include the command <code>fossil uv add scribbled/footer.html</code>. The Fossil skin's footer could then include the TH1 directive: <pre><code><TH1>unversioned content scribbled/footer.html</TH1></code></pre> joel added on 2020-02-08 17:58:22: (text/x-markdown) The fix is in on my end, but Fossil isn’t doing what it’s supposed to. Opened [a discussion in the forums][1]. [1]: https://fossil-scm.org/forum/forumpost/37c7714ba6 |