Overview
Comment: | Add a little line doodle to the footer |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e9be84e21c991c795c7ad52b627eda97 |
User & Date: | joel on 2020-03-01 23:28:44 |
Other Links: | manifest | tags |
Context
2020-03-01
| ||
23:29 | Diagrams and revisions in code docs check-in: 885574b7 user: joel tags: trunk | |
23:28 | Add a little line doodle to the footer check-in: e9be84e2 user: joel tags: trunk | |
23:28 | Ensure grouped series listings are always sorted check-in: 205d635c user: joel tags: trunk | |
Changes
Modified snippets-html.rkt from [224fe07f] to [9e18f871].
︙ | ︙ | |||
81 82 83 84 85 86 87 | ◊(->html excerpt-tx #:splice? #t) <p class="further-reading"><a href="◊|web-root|◊symbol->string[pagenode]">Read more…</a></p> }) (define (html$-page-footer) ◊string-append{ <footer id="main"> | | > > > | | 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | ◊(->html excerpt-tx #:splice? #t) <p class="further-reading"><a href="◊|web-root|◊symbol->string[pagenode]">Read more…</a></p> }) (define (html$-page-footer) ◊string-append{ <footer id="main"> <p class="title"> <img src="◊|web-root|web-extra/images/small-rule.png" width="145" height="11" alt="* * *" /> <br> The Local Yarn</p> <nav><a href="/index.html">Home</a> • <a href="/blog-pg1.html">Blog</a> • <a href="/keyword-index.html">Keyword Index</a> • <a href="/code"><i><code>◊"◊"(Source Code)</code></i></a> </nav> ◊(html$-series-list) </footer>}) |
︙ | ︙ |