From 9050f19111ec26b15d4c377b7a2045d821a0eba7 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 26 Apr 2024 12:11:40 +0200 Subject: Add base href --- Makefile | 1 + docs/shell/commands.rhtml | 4 ++-- master.rhtml | 21 +++++++++++---------- navigation.rhtml.inc | 26 +++++++++++++------------- weblabels.rhtml | 6 +++--- 5 files changed, 30 insertions(+), 28 deletions(-) diff --git a/Makefile b/Makefile index 1f5d2ee..b23f0d0 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +BASEHREF = file:///var/home/alessandro/devel/aiezzi/website/ CC = hyde DEST = ~/www/alessandroiezzi.it diff --git a/docs/shell/commands.rhtml b/docs/shell/commands.rhtml index d2922da..9600ea2 100644 --- a/docs/shell/commands.rhtml +++ b/docs/shell/commands.rhtml @@ -1,5 +1,5 @@

Elenco dei comandi della shell

diff --git a/master.rhtml b/master.rhtml index 711a62b..8d0ba6e 100644 --- a/master.rhtml +++ b/master.rhtml @@ -3,29 +3,30 @@ + - + Alessandro Iezzi - IT Consulting - <%= @title %> - + - - - - + + + + - <%= render "navigation.rhtml.inc" %> + <%= includeFile "navigation.rhtml.inc" %>
- <%= render @pageFileName %> + <%= renderContent %>
- + diff --git a/navigation.rhtml.inc b/navigation.rhtml.inc index 93eea84..72b4452 100644 --- a/navigation.rhtml.inc +++ b/navigation.rhtml.inc @@ -1,6 +1,6 @@