diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-09-19 22:38:57 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-09-19 22:38:57 +0200 |
| commit | 96cec8e16e081491bd7e04880e0037bc190fae16 (patch) | |
| tree | 6b875938b9bcb5adfa5770aacd5652fca805c8a5 /docs/Makefile | |
| parent | f5d81ef0ed24be935f3c0192b746a1738d903d37 (diff) | |
manual: Use a favicon in html export
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index c8d1a68..1a75646 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -35,7 +35,8 @@ dir: $(PKG).info @printf "%s" $^ | xargs -n 1 $(INSTALL_INFO) --dir=$@ HTML_FIXUP_CSS = '/<link rel="stylesheet" type="text\/css" href="\/assets\/page.css">/a\ -<link class="s-css-s--style" rel="stylesheet" title="Default" href="/assets/themes/default.css">\ +<link rel="icon" href="/assets/magit_alt1.ico">\ +\n<link class="s-css-s--style" rel="stylesheet" title="Default" href="/assets/themes/default.css">\ \n<link class="s-css-s--style" rel="stylesheet alternate" title="Default high contrast" href="/assets/themes/default-high-contrast.css">\ \n<link class="s-css-s--style" rel="stylesheet alternate" title="Solarized dark xterm" href="/assets/themes/solarized-dark-xterm.css">\ \n<link class="s-css-s--style" rel="stylesheet alternate" title="Black on white" href="/assets/themes/black-on-white.css">\ |
