diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-08-26 00:17:32 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-08-28 17:08:45 +0200 |
| commit | d0d869e06b30a1f8b7b539978caa0ed6123f9864 (patch) | |
| tree | 462cde345af47d85ee148286deb33bd5af041d92 /repo/www/Makefile | |
| parent | 79f3257437636c153bd9e66131495680ddf39afd (diff) | |
| download | memory-leaks-d0d869e06b30a1f8b7b539978caa0ed6123f9864.tar.xz | |
Add breadcrumbs
Likewise, use relative links so that things work when just browsing
files locally without a server.
Next: tweak or remove redundant titles.
Diffstat (limited to 'repo/www/Makefile')
| -rw-r--r-- | repo/www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/www/Makefile b/repo/www/Makefile index 86d1d98..1f32115 100644 --- a/repo/www/Makefile +++ b/repo/www/Makefile @@ -14,7 +14,7 @@ page_patterns = $(foreach ext,$(EXTENSIONS),'$(TOP_DIR)/**.$(ext)') page_folders = $(call dirnames,$(shell git ls-files $(page_patterns))) top_readme = $(shell git ls-files $(addprefix $(TOP_DIR)/README.,$(EXTENSIONS))) html_template = template.html -stylesheets_src = +stylesheets_src = crumbs.css lua_filters = convert-internal-links.lua all: site |
