diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-07-24 22:32:58 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-08-26 21:58:51 +0200 |
commit | fbcd17c4083a8582657edd0d5b06107812640d00 (patch) | |
tree | 38f8389205c7638403a76560b4e4cd3152b58719 /zurb-F5-basic/templates/base.html | |
parent | be9cd371d26f9b436971ef5ad792aee5d1e08ffa (diff) | |
download | pelican-themes-fbcd17c4083a8582657edd0d5b06107812640d00.tar.gz |
Make article titles bolder.
Diffstat (limited to 'zurb-F5-basic/templates/base.html')
-rw-r--r-- | zurb-F5-basic/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zurb-F5-basic/templates/base.html b/zurb-F5-basic/templates/base.html index 0ade6fd..944ccb5 100644 --- a/zurb-F5-basic/templates/base.html +++ b/zurb-F5-basic/templates/base.html @@ -7,7 +7,7 @@ <title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/normalize.css" />
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/foundation.min.css" />
+ <link rel="stylesheet" href="{{ SITEURL }}/theme/css/foundation.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css" />
<script src="{{ SITEURL }}/theme/js/modernizr.js"></script>
|