logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 4f3cd42a4bb01ea732c011093681f46342bdc20e
parent 4e3a0b16cbb157d697908c12f66d446dfcba4401
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 15 Apr 2020 00:05:50 +0200

articles/*Summary*.shtml: Add accesskey for prev/next links

Diffstat:

Marticles/2019-05 Summary.shtml2+-
Marticles/2019-06 Summary.shtml4++--
Marticles/2019-07 Summary.shtml3++-
Marticles/2019-08 Summary.shtml3++-
Marticles/2019-09 Summary.shtml4++--
Marticles/2020-02 Summary.shtml2+-
6 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/articles/2019-05 Summary.shtml b/articles/2019-05 Summary.shtml @@ -5,10 +5,10 @@ <meta property="og:type" content="article"/> <meta property="og:title" content="2019-05 Summary"/> <title>2019-05 Summary — Cyber-home of lanodan</title> - <link rel="next" href="/articles/2019-06%20Summary"/> </head> <body> <!--#include file="/templates/en/nav.shtml" --> + <a rel="next" accesskey="n" href="/articles/2019-06%20Summary">next summary</a> <!--#include file="/articles/2019-05 Summary.xhtml"--> <a href="/articles/2019-05%20Summary.xhtml">article only(plain XHTML)</a> <!--#include file="/templates/en/footer.html" --> diff --git a/articles/2019-06 Summary.shtml b/articles/2019-06 Summary.shtml @@ -5,11 +5,11 @@ <meta property="og:type" content="article"/> <meta property="og:title" content="2019-06 Summary"/> <title>2019-06 Summary — Cyber-home of lanodan</title> - <link rel="prev" href="/articles/2019-05%20Summary"/> - <link rel="next" href="/articles/2019-07%20Summary"/> </head> <body> <!--#include file="/templates/en/nav.shtml" --> + <a rel="prev" accesskey="p" href="/articles/2019-05%20Summary">prev summary</a>, + <a rel="next" accesskey="n" href="/articles/2019-07%20Summary">next summary</a> <!--#include file="/articles/2019-06 Summary.xhtml"--> <a href="/articles/2019-06%20Summary.xhtml">article only(plain XHTML)</a> <!--#include file="/templates/en/footer.html" --> diff --git a/articles/2019-07 Summary.shtml b/articles/2019-07 Summary.shtml @@ -5,10 +5,11 @@ <meta property="og:type" content="article"/> <meta property="og:title" content="2019-06 Summary"/> <title>2019-07 Summary — Cyber-home of lanodan</title> - <link rel="prev" href="/articles/2019-06%20Summary"/> </head> <body> <!--#include file="/templates/en/nav.shtml" --> + <a rel="prev" accesskey="p" href="/articles/2019-06%20Summary">previous summary</a>, + <a rel="next" accesskey="n" href="/articles/2019-08%20Summary">next summary</a> <!--#include file="/articles/2019-07 Summary.xhtml"--> <a href="/articles/2019-07%20Summary.xhtml">article only(plain XHTML)</a> <!--#include file="/templates/en/footer.html" --> diff --git a/articles/2019-08 Summary.shtml b/articles/2019-08 Summary.shtml @@ -5,10 +5,11 @@ <meta property="og:type" content="article"/> <meta property="og:title" content="2019-08 Summary"/> <title>2019-08 Summary — Cyber-home of lanodan</title> - <link rel="prev" href="/articles/2019-07%20Summary"/> </head> <body> <!--#include file="/templates/en/nav.shtml" --> + <a rel="prev" accesskey="p" href="/articles/2019-07%20Summary">previous summary</a>, + <a rel="next" accesskey="n" href="/articles/2019-09%20Summary">next summary</a> <!--#include file="/articles/2019-08 Summary.xhtml"--> <a href="/articles/2019-08%20Summary.xhtml">article only(plain XHTML)</a> <!--#include file="/templates/en/footer.html" --> diff --git a/articles/2019-09 Summary.shtml b/articles/2019-09 Summary.shtml @@ -5,11 +5,11 @@ <meta property="og:type" content="article"/> <meta property="og:title" content="2019-09 Summary"/> <title>2019-09 Summary — Cyber-home of lanodan</title> - <link rel="prev" href="/articles/2019-08%20Summary"/> - <link rel="next" href="/articles/2020-02%20Summary"/> </head> <body> <!--#include file="/templates/en/nav.shtml" --> + <a rel="prev" accesskey="p" href="/articles/2019-08%20Summary">previous summary</a>, + <a rel="next" accesskey="n" href="/articles/2020-02%20Summary">next summary</a> <!--#include file="/articles/2019-09 Summary.xhtml"--> <a href="/articles/2019-09%20Summary.xhtml">article only(plain XHTML)</a> <!--#include file="/templates/en/footer.html" --> diff --git a/articles/2020-02 Summary.shtml b/articles/2020-02 Summary.shtml @@ -5,10 +5,10 @@ <meta property="og:type" content="article"/> <meta property="og:title" content="2020-02 Summary"/> <title>2020-02 Summary — Cyber-home of lanodan</title> - <link rel="prev" href="/articles/2019-09%20Summary"/> </head> <body> <!--#include file="/templates/en/nav.shtml" --> + <a rel="prev" accesskey="p" href="/articles/2019-09%20Summary">previous summary</a> <!--#include file="/articles/2020-02 Summary.xhtml"--> <a href="/articles/2020-02%20Summary.xhtml">article only(plain XHTML)</a> <!--#include file="/templates/en/footer.html" -->