david / biologeek (http://biologeek.com/)

Source code of biologeek.com weblog under WTFPL.

Clone this repository (size: 252.8 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/biologeek/

Changed (Δ9 bytes):

Up to file-list biologeek/templates/layout/base.html:

20
20
    <link rel="stylesheet" href="{{ MEDIA_URL }}css/screen.css?{{ MEDIA_TIMESTAMP }}" type="text/css" media="screen, projection" />
21
21
    <link rel="stylesheet" href="{{ MEDIA_URL }}css/print.css?{{ MEDIA_TIMESTAMP }}" type="text/css" media="print" />
22
22
    <!--[if IE]><link rel="stylesheet" href="{{ MEDIA_URL }}css/ie.css?{{ MEDIA_TIMESTAMP }}" type="text/css" media="screen, projection"><![endif]-->
23
    <link rel="icon" href="{{ MEDIA_URL }}css/images/logo.png" type="image/x-icon" />
23
    <link rel="shortcut icon" href="{{ MEDIA_URL }}css/images/logo.png" type="image/x-icon" />
24
24
    <link rel="apple-touch-icon" href="{{ MEDIA_URL }}css/images/logo.png" />
25
25
    <link rel="alternate" type="application/xml" title="Atom Général" href="/data/atom/" />
26
26
    <link rel="alternate" type="application/xml" title="Atom Billets" href="/data/atom/journal/" />