diff --git a/README.md b/README.md index 96376b78..14ec71b1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the source code for [Just a Theory], a periodically irregular technology and culture blog by David E. Wheeler. *Just a Theory* is written in [Markdown], built and published with [Hugo], and -hosted on [AWS]. Its set in [Source Sans Pro], with fixed-width type set in +hosted on [AWS]. It's set in [Source Sans Pro], with fixed-width type set in [Source Code Pro]. The icons are by [Font Awesome]. The site eschews JavaScript, and uses no tracking or analytics services. diff --git a/content/tags/perl/_index.html b/content/tags/perl/_index.html index bd46d9ce..a0f46aaa 100644 --- a/content/tags/perl/_index.html +++ b/content/tags/perl/_index.html @@ -1,4 +1,5 @@ ---- +--- title: Perl aliases: [/computers/programming/perl/] +type: taxterms --- diff --git a/content/tags/postgres/_index.html b/content/tags/postgres/_index.html index 1968a1ad..1bb0a248 100644 --- a/content/tags/postgres/_index.html +++ b/content/tags/postgres/_index.html @@ -1,4 +1,5 @@ ---- +--- title: Postgres aliases: [/computers/databases/postgresql/] +type: taxterms --- diff --git a/themes/justatheory/layouts/taxterms/list.xml b/themes/justatheory/layouts/taxterms/list.xml index 8330b882..4cbc8c85 100644 --- a/themes/justatheory/layouts/taxterms/list.xml +++ b/themes/justatheory/layouts/taxterms/list.xml @@ -1 +1 @@ -{{ partial "feed.xml" (dict "doc" . "Site" .Site "Title" .Title "Description" .Site.Params.description "Pages" .Data.Pages)}} +{{ partial "feed.xml" (dict "doc" . "Site" .Site "Title" .Title "Description" .Site.Params.description "Pages" .Data.Pages) }}