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.

link leaflet.pub in empty state

zzstoatzz b7b8eb6a 6dc42800

+2 -2
+2 -2
site/index.html
··· 255 255 256 256 <div id="results" class="results"> 257 257 <div class="empty-state"> 258 - <p>search for leaflet</p> 258 + <p>search for <a href="https://leaflet.pub" target="_blank">leaflet.pub</a></p> 259 259 </div> 260 260 </div> 261 261 ··· 395 395 } else { 396 396 resultsDiv.innerHTML = ` 397 397 <div class="empty-state"> 398 - <p>search for leaflet</p> 398 + <p>search for <a href="https://leaflet.pub" target="_blank">leaflet.pub</a></p> 399 399 </div> 400 400 `; 401 401 }