From ddbe3c7426a551420bb6ead09984333e956b3a58 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 17 Feb 2016 12:32:12 +0100 Subject: make always preload images before rendering the page a display setting --- view/tpl/head.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/head.tpl') diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 8a007232e..322273193 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -28,6 +28,7 @@ var justifiedGalleryActive = false; {{if $channel_hash}}var channelHash = '{{$channel_hash}}';{{/if}} {{if $channel_id}}var channelId = '{{$channel_id}}';{{/if}}{{* Used in e.g. autocomplete *}} + var preloadImages = {{$preload_images}}; -- cgit v1.2.3 From d5db25808a0847e09ee3735faeac3552c722e0ae Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 7 Mar 2016 15:03:53 -0800 Subject: Facebook scraper "OpenGraph" support; modules will need to set the required fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild. --- view/tpl/head.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/head.tpl') diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 322273193..93ee9af2a 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -2,7 +2,7 @@ - +{{$metas}} -- cgit v1.2.3 From cf4dc2caa82c9d03ac667feed5f5671510e0e00a Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 8 Mar 2016 16:21:35 -0800 Subject: move "generator" to HttpMeta --- view/tpl/head.tpl | 1 - 1 file changed, 1 deletion(-) (limited to 'view/tpl/head.tpl') diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 93ee9af2a..ba883c1f0 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,7 +1,6 @@ - {{$metas}} {{$head_css}} - {{$js_strings}} - {{$head_js}} - - - - + -- cgit v1.2.3