Include favicon in the html docs

From: Clodoaldo Neto <clodoaldo(dot)pinto(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Include favicon in the html docs
Date: 2013-12-20 12:10:46
Message-ID: CA+Z73LGhPFZMQbESzX5r6iwK+KS60OCP2FoGzjyxjpz1P9d3oA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I like to have the all the docs as pinned tabs in Firefox. When a doc html
does not have an icon it is not possible to distinguish it from the others.
So I add this <link> tag to the <head> tag in postgresql html pages:

<link rel="shortcut icon" href="favicon.ico" />

The icon is the one from the site and is included in the same directory.

Would it be possible to include it in the next release to make it
convenient to have the docs in a Firefox pinned tab?

Regards, Clodoaldo

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2013-12-20 18:58:00 mention of unlogged tables
Previous Message Wolfgang Keller 2013-12-17 15:47:54 Re: [DOCS] Re: postgresql.org inconsistent (Re: PG replication across DataCenters)