jarrod
jarrod

🆕📝 7 Things This Week, 2023-04-09

|
Embed
Progress spinner
jarrod
jarrod

@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>
|
Embed
Progress spinner
pratik
pratik

@pimoore @jarrod @rcrackley I think @jsonbecker has done it on his blog.

|
Embed
Progress spinner
jsonbecker
jsonbecker

@pratik @pimoore @jarrod @rcrackley code is available here.

|
Embed
Progress spinner
In reply to
jsonbecker
jsonbecker

@jarrod some thoughts on likes, which I still like, among other things

|
Embed
Progress spinner
jarrod
jarrod

@jsonbecker thanks for sharing! It’s clear you’ve put a lot of thought into this.

|
Embed
Progress spinner