forked from github/pelican-alchemy
FA free local version 5.12.0 (all.min.css) from https://fontawesome.com/download
This commit is contained in:
parent
9023c28af8
commit
c6462589ba
17 changed files with 9044 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
{% endif %}
|
||||
|
||||
<link rel="stylesheet" href="{{ url(BOOTSTRAP_CSS or '/theme/css/bootstrap.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/fontawesome.min.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('default') }}.min.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/theme.css">
|
||||
{% for stylesheet in THEME_CSS_OVERRIDES or () %}
|
||||
|
|
|
|||
Reference in a new issue