lt/gt fix

This commit is contained in:
sawall 2014-10-03 09:25:11 -05:00
parent 41a4d7ad45
commit 8a783a6119

View file

@ -17,9 +17,9 @@ Colorbox/Galleria static site generator.
6. Copy one of the example themes to *siglican*. This dictates how album pages 6. Copy one of the example themes to *siglican*. This dictates how album pages
look. Modify to your heart's content. look. Modify to your heart's content.
7. Make sure your Pelican theme's base.html template has a 'head' block 7. Make sure your Pelican theme's base.html template has a 'head' block
(e.g., **{% block head %}{% endblock %}**) defined before **</head>**. That (e.g., **{% block head %}{% endblock %}**) defined before **&lt;/head&gt;**.
will give your siglican theme a way to inject gallery-specific css and js That will give your siglican theme a way to inject gallery-specific css and
into your gallery pages. javascript into your gallery pages.
8. Create an 'images' folder under 'siglican'. Add album folders along with 8. Create an 'images' folder under 'siglican'. Add album folders along with
images and metadata. images and metadata.