From 5f5c3bd3346900abea70635016a84daeff552193 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 13 Feb 2020 01:05:05 +1030 Subject: changed header and put dis/likes into /opinions --- config.h | 4 ++-- template.txt | 72 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 43 insertions(+), 33 deletions(-) diff --git a/config.h b/config.h index fd3e6dd..177718e 100644 --- a/config.h +++ b/config.h @@ -69,13 +69,13 @@ static const char *opinions_everything_content_output = "opinions/everything.ht static const char *likes_title = "Things I like"; static const char *likes_info = "

Things that I like

These are my opinions.
I don't much care how you feel about them.

"; static const char *likes_content = "content/like.txt"; -static const char *likes_content_output = "like.html"; +static const char *likes_content_output = "opinions/like.html"; /* dislikes */ static const char *dislikes_title = "Things I dislike"; static const char *dislikes_info = "

Things that I dislike

These are my opinions.
I don't much care how you feel about them.

"; static const char *dislikes_content = "content/dislike.txt"; -static const char *dislikes_content_output = "dislike.html"; +static const char *dislikes_content_output = "opinions/dislike.html"; /* interesting */ static const char *interesting_title = "Interesting"; diff --git a/template.txt b/template.txt index 3c86817..c35f052 100644 --- a/template.txt +++ b/template.txt @@ -1,16 +1,16 @@ - - - - - - - - - -{TITLE} - - - -
- -

danieljon.es

-index posts opinions likes dislikes interesting cgit github
+ + + +
+ +

danieljon.es

+ + + + + + + + + +
Indexpostsopinions portfolio
-{INFO} -
-
-{CONTENT} -
- -

RSS feed
-
FSF member
-
page generated {TIME} using websitegenerator in C
- - + + {INFO} +
+
+ {CONTENT} +
+ +

RSS feed
+
FSF member
+
page generated {TIME} using websitegenerator in C
+ + -- cgit v1.2.3