[SITE CONFIG] exclude more pages form sitemap + moved some css from head to end
This commit is contained in:
parent
eed3847c98
commit
edf3ce49c8
3 changed files with 9 additions and 15 deletions
|
@ -37,18 +37,5 @@ if( $page->isHomePage() ) {
|
|||
<link href='https://fonts.googleapis.com/css?family=Alegreya+Sans:400,100,300,400italic,500,500italic,700' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Crimson+Text:400,700' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<?php if (c::get('plg_masonry.enable')) : $width = c::get('plg_masonry.width'); ?>
|
||||
<style>
|
||||
#masonry {margin: 0 auto;}
|
||||
.masonryitem { width: <?php echo $width ?>px; margin-bottom: 10px;}
|
||||
.masonryitem.w2 { width: 40%; }
|
||||
</style>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (c::get('plg_masonry.lightbox')=='swipebox') : ?>
|
||||
<?php echo css('assets/vendors/swipebox/src/css/swipebox.css') ?>
|
||||
<?php endif; ?>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue