From 9022435325cdaac288f5982df9c52956b9fed83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 12 Mar 2021 19:16:58 +0300 Subject: Couple of fixes * Fix base_url to use https:// * Added a link to an example of a recipe in about page. --- config.toml | 2 +- templates/about.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index cbb311e..b7113ee 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ title = "saucesource" -base_url = "http://saucesource.cc/" +base_url = "https://saucesource.cc/" generate_feed = false #feed_filename = "feed.xml" diff --git a/templates/about.html b/templates/about.html index 7ca7a81..b53dbed 100644 --- a/templates/about.html +++ b/templates/about.html @@ -70,7 +70,10 @@ the text by a line containing <!-- more -->. This will allow the picture and paragraph to appear as a short description in the main list of recipes.

-

The rest of the text is just plain Markdown.

+

+The rest of the text is just plain Markdown. For an example take a look +here +

A guide on keeping the quality high

In order to keep with the site's theme and assure that the site is not bloated -- cgit v1.2.3