~netlandish/linktaco-blog

7d66c27f9ed886787093e71ae6f3004956657ab7 — Peter Sanchez 28 days ago 156ae56
Updates for webring footer. Thanks to Andrew Walters for the patch
M layouts/_default/baseof.html => layouts/_default/baseof.html +3 -3
@@ 75,9 75,9 @@
    {{ end }}
    <div class="footer">
      <span>Follow Us On:</span>
      <a href="https://social.netlandish.com/@LinkTaco"><img src="{{ "img/mastodon.svg" | relURL }}" style="height: 1em;" />Mastodon</a>
      <a href="https://instagram.com/linktaco"><img src="{{ "img/instagram.svg" | relURL }}" style="height: 1em;" />Instagram</a>
      <a href="https://twitter.com/LinkTacoDotCom"><img src="{{ "img/twitter.svg" | relURL }}" style="height: 1em;" />Twitter</a>
      <a href="https://social.netlandish.com/@LinkTaco"><img src="{{ "img/mastodon.svg" | relURL }}" style="height: 1em;" /> Mastodon</a>
      <a href="https://instagram.com/linktaco"><img src="{{ "img/instagram.svg" | relURL }}" style="height: 1em;" /> Instagram</a>
      <a href="https://twitter.com/LinkTacoDotCom"><img src="{{ "img/twitter.svg" | relURL }}" style="height: 1em;" /> Twitter</a>
    </div>
      <div class="footer">
        <span>&copy; {{ now.Year }} <a href="https://www.netlandish.com" target="_blank">Netlandish Inc.</a></span> 

M layouts/partials/webring-out.html => layouts/partials/webring-out.html +31 -24
@@ 5,41 5,48 @@
      </h2>
      <section class="articles xrow xis-center">
        
        <div class="card article xcol-4">
          <h4><a href="https://drewdevault.com/2024/09/25/2024-09-25-Neurodivergence-and-accountability-in-free-software.html" target="_blank" rel="noopener">Neurodivergence and accountability in free software</a></h4>
          <p>In November of last year, I wrote Richard Stallman’s political discourse on
sex, which argues that Richard Stallman, the founder of and present-day
voting member of the board of directors of the Free Software Foundation (FSF),
endorses and advocates for a ha…</p>
        <div class="card article">
          <h4><a href="https://emersion.fr/blog/2024/status-update-66/" target="_blank" rel="noopener">Status update, October 2024</a></h4>
          <p>Hi!
This month XDC 2024 took place in Montreal. I wasn’t there in-person, but
thanks to the organizers I could still ask questions and attend workshops
remotely (thanks!). As usual, XDC has been a great reminder of many things I
wanted to do but which got bur…</p>
          <footer>
            via <a href="https://drewdevault.com" target="_blank" rel="noopener">Drew DeVault&#39;s blog</a><br />
	    Sep 25, 2024
            via <a href="https://emersion.fr/blog/" target="_blank" rel="noopener">emersion</a><br />
	    Oct 21, 2024
          </footer>
        </div>
	
        <div class="card article xcol-4">
          <h4><a href="https://emersion.fr/blog/2024/status-update-68/" target="_blank" rel="noopener">Status update, September 2024</a></h4>
          <p>Hi!
Once again, this status update will be rather short due to limited time
bandwidth. I hope to be able to allocate a bit more time slots for my
open-source projects next month.
We’re getting closer to a new Sway release (fingers crossed), with lots of help
f…</p>
        <div class="card article">
          <h4><a href="https://100r.co/site/log.html#sep2024" target="_blank" rel="noopener">Summary of changes for September 2024</a></h4>
          <p>
Hey everyone!This is the list of all the changes we&#39;ve done to our projects during the month of September.

Summary Of Changes



  100r.co, added a new page: Victoria to Sitka logbook.
  M291, added support for Cyrillic glyphs.
  Fractran, released what migh…</p>
          <footer>
            via <a href="https://emersion.fr/blog/" target="_blank" rel="noopener">emersion</a><br />
	    Sep 20, 2024
            via <a href="https://100r.co" target="_blank" rel="noopener">Hundred Rabbits</a><br />
	    Oct 1, 2024
          </footer>
        </div>
	
        <div class="card article xcol-4">
          <h4><a href="https://go.dev/blog/alias-names" target="_blank" rel="noopener">What&#39;s in an (Alias) Name?</a></h4>
          <p>A description of generic alias types, a planned feature for Go 1.24</p>
        <div class="card article">
          <h4><a href="https://drewdevault.com/2024/09/25/2024-09-25-Neurodivergence-and-accountability-in-free-software.html" target="_blank" rel="noopener">Neurodivergence and accountability in free software</a></h4>
          <p>In November of last year, I wrote Richard Stallman’s political discourse on
sex, which argues that Richard Stallman, the founder of and present-day
voting member of the board of directors of the Free Software Foundation (FSF),
endorses and advocates for a ha…</p>
          <footer>
            via <a href="https://blog.golang.org/feed.atom" target="_blank" rel="noopener">The Go Blog</a><br />
	    Sep 17, 2024
            via <a href="https://drewdevault.com" target="_blank" rel="noopener">Drew DeVault&#39;s blog</a><br />
	    Sep 25, 2024
          </footer>
        </div>
	
      </section>
    </section>


M static/css/style.css => static/css/style.css +2 -1
@@ 47,6 47,7 @@ footer .footer>*:last-child {

footer .webring {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;


@@ 84,7 85,7 @@ footer .webring .article:first-child {
}

footer .webring .article:last-child {
  margin-left: 0;
  margin-right: 0;
}

footer .webring .attribution {

M webring-in.template => webring-in.template +1 -1
@@ 5,7 5,7 @@
      </h2>
      <section class="articles xrow xis-center">
        {{range .Articles}}
        <div class="card article xcol-4">
        <div class="card article">
          <h4><a href="{{ .Link }}" target="_blank" rel="noopener">{{ .Title }}</a></h4>
          <p>{{ .Summary }}</p>
          <footer>