diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-07-03 20:30:17 +0200 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-07-03 20:30:17 +0200 |
| commit | 5da9ed1cffc7c6783b86ed4f1776f0fdeaf1c9a2 (patch) | |
| tree | 4eba43577e47c13df335c797e16649297303cf76 | |
| parent | 9ff58899a77cde20d61fac7d459702e54bfacd9c (diff) | |
Common resources.
| -rw-r--r-- | resources/css.org | 14 | ||||
| -rw-r--r-- | resources/topnav.html | 1 |
2 files changed, 5 insertions, 10 deletions
diff --git a/resources/css.org b/resources/css.org index ae6b91f..1441781 100644 --- a/resources/css.org +++ b/resources/css.org @@ -9,7 +9,11 @@ #+DESCRIPTION: Styling information for the entire following websites: mlnp.fr, wiki.mlnp.fr, and blog.mlnp.fr. #+KEYWORDS: org-mode emacs blendux mlnp literate programming + #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="mlnp.css" /> +#+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/> +#+INCLUDE: topnav.html export html + #+TOC: headlines 2 @@ -345,16 +349,6 @@ vertical extremity. } #+END_SRC -I also want table headers to stick to the top of the table. This -serves as a useful reminder of the - -#+BEGIN_SRC css - thead { - position: sticky; - top: 2.6rem; - } -#+END_SRC - ** Images diff --git a/resources/topnav.html b/resources/topnav.html index 54c8ef4..318f967 100644 --- a/resources/topnav.html +++ b/resources/topnav.html @@ -17,6 +17,7 @@ <li><a href="https://mlnp.fr/about.html">About</a></li> <li><a href="https://blog.mlnp.fr/index.html">Blog</a></li> <li><a href="https://wiki.mlnp.fr/index.html">Wiki</a></li> + <li><a href="https://apps.mlnp.fr/index.html">Apps</a></li> <li><a href="https://mlnp.fr/cv.html">Curriculum Vitae</a></li> <li><a href="https://mlnp.fr/about.html#contact">Contact</a></li> </ul> |