add icons to links
This commit is contained in:
parent
ba6f115b8e
commit
ab97e4c701
7 changed files with 46 additions and 15 deletions
9
Makefile
9
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue