mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Rename style.css -> theme.css
This commit is contained in:
parent
a98451f689
commit
1c944d0f3d
3 changed files with 128 additions and 128 deletions
|
|
@ -46,7 +46,7 @@
|
|||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('default') }}.min.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/theme.css">
|
||||
|
||||
{% block head %}{% endblock %}
|
||||
{% include 'include/analytics.html' %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue