diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/about.htm | 2 | ||||
| -rw-r--r-- | html/daily.htm (renamed from html/list.htm) | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/html/about.htm b/html/about.htm index 54e5418..31f58c8 100644 --- a/html/about.htm +++ b/html/about.htm @@ -58,6 +58,6 @@ </li> {{end}} </ul> - <p>Copyright <a href="https://go.kde.org/matrix/#/@softpigeones:ebloid.ru" target="_blank">lost+skunk</a>, X11. <a href="https://git.macaw.me/skunky/skunkyart/src/tag/v1.3" target="_blank">SkunkyArt v1.3</a></p> + <p>Copyright <a href="https://go.kde.org/matrix/#/@softpigeones:ebloid.ru" target="_blank">lost+skunk</a>, X11. <a href="https://git.macaw.me/skunky/skunkyart/src/tag/v1.3.1" target="_blank">SkunkyArt v1.3.1</a></p> </main> </html>
\ No newline at end of file diff --git a/html/list.htm b/html/daily.htm index b2472c4..22e9275 100644 --- a/html/list.htm +++ b/html/daily.htm @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>SkunkyArt</title> + <title>SkunkyArt | Daily Deviations</title> <link rel="stylesheet" href="{{.BasePath}}stylesheet"> </head> <main> @@ -17,6 +17,11 @@ <button type="submit">Search!</button> </form> </header> + {{if ne .Templates.DDStrips ""}} + <h2 id="strips"><a href="#strips">#</a> Strips</h2> + {{.Templates.DDStrips}} + {{end}} + <h2 id="content"><a href="#content">#</a> Content</h2> {{.Templates.SomeList}} </main> </html>
\ No newline at end of file |
