[FIX] get masonry to initialize properly
This commit is contained in:
parent
0762dd0294
commit
2d714c2393
4 changed files with 105 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
../../../modules/kirby-template-sitemap/blueprints/xmlsitemap.yml
|
37
site/blueprints/pages/xmlsitemap.yml
Normal file
37
site/blueprints/pages/xmlsitemap.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
title: XML Sitemap
|
||||
|
||||
options:
|
||||
changeStatus: false
|
||||
changeTempate: false
|
||||
changeSlug: false
|
||||
delete: false
|
||||
changeTitle: false
|
||||
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
info:
|
||||
type: info
|
||||
text: >
|
||||
This site generates a html-base sitemap (a human readable one).
|
||||
<br>
|
||||
You should probably set some of the following options in the config.php
|
||||
<br>
|
||||
<pre>c::set('smap_ignoreSite', array(...));</pre>
|
||||
<pre>c::set('smap_ignoreTemplate', array(...));</pre>
|
||||
|
||||
For more information see the readme.
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
pages: false
|
||||
|
||||
files: false
|
Loading…
Add table
Add a link
Reference in a new issue