further sitemap tweaks.

This commit is contained in:
Nuno Sempere 2023-08-13 19:06:24 +00:00
parent daa2e098ad
commit 9903632357
2 changed files with 6 additions and 5 deletions

View File

@ -55,7 +55,6 @@ body {
/* font-family: 'charter'; */ /* font-family: 'charter'; */
font-size: 25px; font-size: 25px;
background-color: #fcfcfc; background-color: #fcfcfc;
line-height: 130%;
color:#333; color:#333;
} }
@ -147,6 +146,7 @@ article{
min-width: 70%; min-width: 70%;
padding-left: 1em; padding-left: 1em;
color: #333; color: #333;
line-height: 140%;
/* padding: 0.3em 0 0 0; */ /* padding: 0.3em 0 0 0; */
} }
@ -369,7 +369,8 @@ img + em {
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
body { body {
display: block; display: block;
font-size: 40px; font-size: 25px;
line-height: 140%;
} }
.img-frontpage-center { .img-frontpage-center {
width: 60%; /* 700px * 0.6 = 420px */ width: 60%; /* 700px * 0.6 = 420px */

View File

@ -47,7 +47,7 @@ fn listDir {
if(! ~ $#filename 0 && ! ~ $filename '') { if(! ~ $#filename 0 && ! ~ $filename '') {
# filename=' — '$"filename # filename=' — '$"filename
echo '<a href="'$url'">'^$"filename^'</a>' echo '<a href="'$url'" >'^$"filename^'</a>'
} }
if not { if not {
if(! ~ $"dirname $filtereddirs) if(! ~ $"dirname $filtereddirs)
@ -62,8 +62,8 @@ fn listDir {
echo '</li>' echo '</li>'
} }
if not { if not {
# echo '/' echo '/'
echo '&nbsp;' # echo '&nbsp;'
} }
echo $base_url^$url >> $tmpfile echo $base_url^$url >> $tmpfile