You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -593,7 +594,7 @@ that. So, let’s use them. There is a ``html_site_title`` function in
593
594
</div>
594
595
595
596
That’s a ``<h1>`` instead of a ``<h3>`` like Lanyon does, but hey, it’s the
596
-
right thing to do. If you want to go with an ``<h3>>`, just
597
+
right thing to do. If you want to go with an ``<h3>``, just
597
598
change ``html_site_title`` itself.
598
599
599
600
And now we more or less have the correct page layout and styles. Except for a
@@ -719,8 +720,6 @@ the Lanyon original:
719
720
${helper.mathjax_script(posts)}
720
721
</%block>
721
722
722
-
Some of the typography problems were caused by loading ``lanyon.css`` and ``poole.css`` in the wrong order all the way back at the beginning of this tutorial.
**Note:** Some themes also support the ``USE_CDN`` option meaning that in some cases it will load one bundle with all CSS and in other will load some CSS files
806
805
from a CDN and others from a bundle. This is complicated and probably not worth the effort.
0 commit comments