add icons to links

This commit is contained in:
Rhiannon Morris 2021-05-24 20:55:13 +02:00
parent ba6f115b8e
commit ab97e4c701
7 changed files with 46 additions and 15 deletions

View file

@ -2,12 +2,11 @@ FONTS = $(shell find fonts -type f)
CSS = style.css where.css
PAGES = index.html where.html pubkey.txt
MEDIA = $(patsubst %,media/%, \
mlem.gif mlem_static.png icon.svg \
niss_uwu_bg_dim.png niss_uwu_bg.png \
info.svg star.svg sparkles.svg 18_plus.svg \
cybre.png donphan.png types.png dragncool.svg \
mlem.gif mlem_static.png niss_uwu_bg_dim.png niss_uwu_bg.png \
cybre.png donphan.png types.png \
niss-nisse.mp3 niss-nisse.ogg \
)
) \
$(wildcard media/*.svg)
BUILDDIR ?= _build
TMPDIR ?= _tmp