A git submodule for common HTML, CSS, SVG & JavaScript items.
More info on the wiki page.
To add html-common as a git submodule (I usually use square brackets for the path name):
git submodule add https://github.com/ldpercy/html-common [html-common]
git submodule updateEquivalent to in your project's .gitmodules:
[submodule "[html-common]"]
path = [html-common]
url = https://github.com/ldpercy/html-commonThe square brackets are mainly for cosmetics and grouping.