aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic/templates/base.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-07-24 22:32:58 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-08-26 21:58:51 +0200
commitfbcd17c4083a8582657edd0d5b06107812640d00 (patch)
tree38f8389205c7638403a76560b4e4cd3152b58719 /zurb-F5-basic/templates/base.html
parentbe9cd371d26f9b436971ef5ad792aee5d1e08ffa (diff)
downloadpelican-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.html2
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>