summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/header.html2
-rw-r--r--template/index.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/template/header.html b/template/header.html
index 463b778..8a88647 100644
--- a/template/header.html
+++ b/template/header.html
@@ -24,5 +24,5 @@
body{max-width:none;font-size:1em}
.noprint{display:none}
}
- article > p > a > img{width:100%}
+ article > p > a > img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}
</style>
diff --git a/template/index.html b/template/index.html
index 0a989c3..ebc3182 100644
--- a/template/index.html
+++ b/template/index.html
@@ -2,6 +2,7 @@
<p>Hello and welcome, my name is Vincent and you've landed on the small space where I ramble mainly about IT and occasionally other topics. You can check my articles below, my <a href="//git.vdouillet.fr" title="git.vdouillet.fr">git repos</a> or the <a href="/about.html" title="about">about</a> page.</p>
</header>
<ul style="list-style-type:none;padding-left:0">
+ <li><a href="which-gpu-for-a-1999-pc.html" title="Which GPU for a 1999 PC?">05-16-2022 Which GPU for a 1999 PC?</a></li>
<li><a href="/remote-desktop-vnc-openbsd.html" title="Remote X11 desktop with x11vnc on OpenBSD">04-08-2022 Remote X11 desktop with x11vnc on OpenBSD</a></li>
<li><a href="/advent-of-code-2021.html" title="Advent of Code 2021">01-05-2022 Advent of Code 2021</a></li>
<li><a href="/lightweight-mail-client.html" title="On the status of lightweight GUI mail clients">11-03-2021 On the status of lightweight GUI mail clients</a></li>