From 94a2739c895a125a26606dc2307319252ef3b197 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 29 Jan 2022 13:55:15 -0500 Subject: content/posts: fix short links and improve wording in a couple older posts --- content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md | 4 ++-- content/posts/2021-12-31-tiny-binaries.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'content/posts') diff --git a/content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md b/content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md index 195a0fe..9f9696d 100644 --- a/content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md +++ b/content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md @@ -16,8 +16,8 @@ following changes: include all posts in the [RSS][] feed. * Changed feed items to include complete post contents as [HTML][]. -The updated template is available [here][gist]. You can use it on your -site by copying it to `layouts/_default/index.xml`. +The updated template is available in [this gist][gist]. You can use it +on your site by copying it to `layouts/_default/index.xml`. [default]: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/_default/rss.xml "Default Hugo RSS feed template" diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md index a79b760..0869866 100644 --- a/content/posts/2021-12-31-tiny-binaries.md +++ b/content/posts/2021-12-31-tiny-binaries.md @@ -11,8 +11,8 @@ Each binary does the following: 1. Print `hi!` and a newline to [standard output][stdout]. 2. Return an exit code of `0`. -I tested [Assembly][], [C][], [Go][], and [Rust][] with various -combinations of optimizations and build options. +I tested [Assembly][], [C][], [Go][go], and [Rust][rust] with various +optimization and build option combinations. Here's a plot of the results (**note:** [log scale][] X axis): -- cgit v1.2.3