Fix some little things

This commit is contained in:
Joshua Goins 2022-08-29 11:36:25 -04:00
parent 91eaf8ef10
commit 16aa244096
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
baseURL = 'http://example.org/' baseURL = 'https://redstrate.com/'
languageCode = 'en-us' languageCode = 'en-us'
title = '~redstrate' title = '~redstrate'
theme = 'red' theme = 'red'

View file

@ -25,7 +25,7 @@
<td class="border-t"> <td class="border-t">
{{ if in .File.Dir "software" }} {{ if in .File.Dir "software" }}
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'></time>{{ .Date.Format " 2006"}}</time> <time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>{{ .Date.Format " 2006"}}</time>
{{ else }} {{ else }}
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>{{ .Date.Format "Jan 2, 2006"}}</time> <time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>{{ .Date.Format "Jan 2, 2006"}}</time>
{{ end }} {{ end }}

View file

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html> <html lang="en">
<head> <head>
<title>Redirect</title> <title>Redirect</title>
<link rel=canonical href='{{ $.Param "new-url" }}'/> <link rel=canonical href='{{ $.Param "new-url" }}'/>