search for standard sites pub-search.waow.tech
search zig blog atproto
11
fork

Configure Feed

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

add byline to site header

zzstoatzz b0f7774f 735ad423

+14 -1
+14 -1
site/index.html
··· 52 52 color: #444; 53 53 } 54 54 55 + h1 .by { 56 + font-size: 10px; 57 + color: #555; 58 + } 59 + 60 + h1 .by a { 61 + color: #555; 62 + } 63 + 64 + h1 .by a:hover { 65 + color: #1B7340; 66 + } 67 + 55 68 .search-box { 56 69 display: flex; 57 70 gap: 0.5rem; ··· 229 242 </head> 230 243 <body> 231 244 <div class="container"> 232 - <h1><a href="/" class="title">leaflet search</a> <a href="https://tangled.sh/@zzstoatzz.io/leaflet-search" target="_blank" class="src">[src]</a></h1> 245 + <h1><a href="/" class="title">leaflet search</a> <span class="by">by <a href="https://bsky.app/profile/zzstoatzz.io" target="_blank">@zzstoatzz.io</a></span> <a href="https://tangled.sh/@zzstoatzz.io/leaflet-search" target="_blank" class="src">[src]</a></h1> 233 246 234 247 <div class="search-box"> 235 248 <input type="text" id="query" placeholder="search content..." autofocus>