🆕📝 7 Things This Week, 2023-04-09
@rcrackley Oh man, I bet that would look good. The beta version of the Micro.blog app uses orange for the text button color, and it’s good.
And sure! Here’s the relevant bit of Mustache in my archives.html
template for Blot:
<h2>Each and every post ({{total_posts}})</h2>
<div>
{{#archives}}
{{#months}}
<h3>{{month}} {{year}} ({{entries.length}})</h3>
{{#entries}}
<div class="archives">
<a href="{{url}}">{{title}}</a>
<span class="small">{{#formatDate}}MMM D, YYYY{{/formatDate}}</span>
<br>
</div>
{{/entries}}
{{/months}}
{{/archives}}
</div>
@pimoore @jarrod @rcrackley I think @jsonbecker has done it on his blog.