From 2258cbeb7bf12ada8b8d0f5c0996d7cc4aa27818 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 30 May 2017 01:02:51 +0100 Subject: Add edit link to all pages, linking to instructions for sending patches This is necessary, so that people know how to modify the website and send improvements, like they do on wiki sites. Although Libreboot is git-hosted, having this link helps. It goes to a section added to the Git page, instructing users how to edit the website and documentation. --- www/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/publish.sh') diff --git a/www/publish.sh b/www/publish.sh index fb891458..606c1fc9 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -38,7 +38,7 @@ if [ "${FILE}" != "./index" ]; then DEST="./" fi - RETURN="Back to previous index" + RETURN="Edit this page -- Back to previous index" OPTS="-T Libreboot" fi else @@ -46,7 +46,7 @@ else fi if [[ $FILE = *suppliers ]]; then - printf "\nBack to previous index\n" >> temp.md + printf "\nEdit this page -- Back to previous page\n" >> temp.md fi if [ "${FILE}" != "./docs/fdl-1.3" ] && [ "${FILE}" != "./conduct" ]; then -- cgit v1.2.3-70-g09d2