How to add icons in project
- Go to https://icons.getbootstrap.com/
- Search desired icon.
github
for example - Go to its page https://icons.getbootstrap.com/icons/github/
- Copy
svg
- Convert svg to pug on https://html-to-pug.com/
- Sdd it in file in your site template
./views/icons/github.pug
- Include in your pug template like
include ../icons/github.pug