Add pagination with excerpts and read more links

This commit is contained in:
2015-12-22 21:22:53 +00:00
parent 2ccbe8cb9b
commit 7cf9741ff3
6 changed files with 81 additions and 21 deletions

View File

@@ -316,7 +316,7 @@ $oConsole
</div>
{%% include gallery_list.html gallery='%s' %%}
EOF
, (empty($aGallery['description']) ? '' : $aGallery['description']), implode(' &middot; ', $aLinks), $sGallery);
, (empty($aGallery['description']) ? '' : $aGallery['description']), implode('&nbsp;|&nbsp;', $aLinks), $sGallery);
file_put_contents(
$sRenderPath . '/index.html',
'---' . "\n" . yamlDump($aMatter) . '---' . "\n" . $sContents