aboutsummaryrefslogtreecommitdiff
path: root/top.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-01-15 22:01:47 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2026-01-15 22:03:42 +0100
commitc8bc1513f9e459dc0c6761fc42f1ea77fce2654d (patch)
treef332eb440846f1997d91df897248160ca3463fea /top.html
parentf32ec21c3a2aaef8435abab314176b03c07755b9 (diff)
downloadsebastiano.tronto.net-c8bc1513f9e459dc0c6761fc42f1ea77fce2654d.tar.gz
sebastiano.tronto.net-c8bc1513f9e459dc0c6761fc42f1ea77fce2654d.zip
av2 singlepage + stuff
- Added single-page version of the Alta Via 2 pages, optimized for printing in A4 format. - Added .noheadermd extension to build.sh (treated like .md, but without header and footer). - Added versioning for css file. - Resized some Alta Via 2 pictures for fitting in pdf page.
Diffstat (limited to 'top.html')
-rw-r--r--top.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/top.html b/top.html
index 0650ee0..77e7480 100644
--- a/top.html
+++ b/top.html
@@ -3,8 +3,8 @@
3<head> 3<head>
4 <title> TITLE | Sebastiano Tronto </title> 4 <title> TITLE | Sebastiano Tronto </title>
5 <meta name="viewport" content="width=device-width"> 5 <meta name="viewport" content="width=device-width">
6 <link rel="stylesheet" type="text/css" href="/style.css"> 6 <link rel="stylesheet" type="text/css" href="/style.css?v=2">
7 <link rel="icon" href="/favicon.ico"> 7 <link rel="icon" href="/favicon.ico?v=1">
8 <meta charset="utf-8"> 8 <meta charset="utf-8">
9</head> 9</head>
10 10

Generated with cgit - Back to sebastiano.tronto.net