diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-01-15 22:01:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-01-15 22:03:42 +0100 |
| commit | c8bc1513f9e459dc0c6761fc42f1ea77fce2654d (patch) | |
| tree | f332eb440846f1997d91df897248160ca3463fea /top.html | |
| parent | f32ec21c3a2aaef8435abab314176b03c07755b9 (diff) | |
| download | sebastiano.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.html | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
