Hi Italo, *,

On Wed, Jul 15, 2015 at 4:58 PM, Florian Effenberger
<flo...@documentfoundation.org> wrote:
>
> I discovered three glitches in the blog:

I'll add another two

Problematic: stylesheet fetched via http and  thus blocked by recent
browsers (this might have been the problem with firefox maybe, as the
css affected is the one that loads the googlefonts)

<link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,700";
rel="stylesheet" type="text/css">

it should use the protocol-adjusting URL instead ( //fonts..... i.e.
omit the http: part):
<link href="//fonts.googleapis.com/css?family=Open+Sans+Condensed:400,700"
rel="stylesheet" type="text/css">

Not so problematic, as it is an image: the logo is loaded from your
domain, and also via http only. Your domain doesn't support https
(well it does, but  uses a non-matching certificate) → replace with
//blog.documentfoundation.org/wp-content/uploads/2015/02/tdflogo.png
similar for the donate-badge - it's linked in via http (and using
vm161 domainname) → change to
//blog.documentfoundation.org/wp-content/uploads/2015/06/donatenow.png

ciao
Christian

-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to