From 34611c2874c586638e29a17110d98998519b87fb Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 29 Sep 2020 15:44:16 -0400 Subject: [PATCH] add taglines page --- cgi-bin/info.sh | 3 +-- mypages.php | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cgi-bin/info.sh b/cgi-bin/info.sh index fe036df..a79568e 100755 --- a/cgi-bin/info.sh +++ b/cgi-bin/info.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # -*- coding: utf-8 -*- printf "Content-type: text/html; charset=UTF-8\n" printf "\n" @@ -12,6 +12,5 @@ printf 'disk space:used: %s | free: %s\n' "$(df printf '' -# exit 0 diff --git a/mypages.php b/mypages.php index 80f84a2..5123c46 100644 --- a/mypages.php +++ b/mypages.php @@ -52,10 +52,14 @@ $links = [ "href" => "suckmore/", "icon" => "globe" ], - "tilde.team avatars" => [ + "avatars" => [ "href" => "avatars/", "icon" => "users" ], + "taglines" => [ + "href" => "taglines/", + "icon" => "quote-left" + ], "assorted images" => [ "href" => "img/", "icon" => "file-image-o"