this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add button for atom feed at bottom of blog posts

Tholp 64a343d2 ce07d326

+21 -1
+14
content/style.css
··· 573 573 margin-left: 0.25em; 574 574 } 575 575 576 + a[href="/blog/atom.atom"]:after { 577 + background-image: url('/res/icons/atom.png'); 578 + 579 + --size: 0.8em; 580 + 581 + background-size: var(--size) var(--size); 582 + display: inline-block; 583 + width: var(--size); 584 + height: var(--size); 585 + content:""; 586 + margin-left: 0.25em; 587 + } 588 + } 589 + 576 590 .blog_container audio { 577 591 margin-left: auto; 578 592 margin-right: auto;
+2
skid/blog/blog1.sk
··· 44 44 45 45 [home](/) 46 46 47 + <a href="/blog/atom.atom">atom feed</a> 48 + 47 49 [index](/blog) 48 50 49 51 [next](blog2.html)
+1 -1
skid/blog/blog3.sk
··· 35 35 Thats all for now, see you soon. 36 36 37 37 }}} 38 - &blog_nav("blog2.html" "blog4.html") 38 + &blog_nav_no_next("blog2.html" "blog4.html") 39 39 40 40 &bsky_comments("closed") 41 41
+4
skid/blog/blog_templates.sk
··· 8 8 9 9 [home](/) 10 10 11 + <a href="/blog/atom.atom">atom feed</a> 12 + 11 13 [index](/blog) 12 14 13 15 [next]([[next]]) ··· 22 24 [previous]([[prev]]) 23 25 24 26 [home](/) 27 + 28 + <a href="/blog/atom.atom">atom feed</a> 25 29 26 30 [index](/blog) 27 31