peterdesmet / spoonbill

Theme for a Pelican powered blog
Other
3 stars 0 forks source link

Footnotes are included in index pages #15

Closed peterdesmet closed 10 years ago

peterdesmet commented 11 years ago

Footnotes appear on index pages. Example:

    <li>
        <article class="clearfix">
            <time datetime="2013-08-10T11:00:00" pubdate>August 10, 2013</time>
            <header>
                <h2><a href="http://peterdesmet.com/posts/oa-3.html">Finding open access research articles</a></h2>
            </header>
            <p>Summary</p>
            <div class="footnote">
                <hr />
                <ol>
                    <li id="fn:1">
                        <p>Footnote</p>
                    </li>
                </ol>
            </div>
        </article>
    </li>
peterdesmet commented 11 years ago

Temporary fix in CSS:

.index .footnote {
   display: none;
}
vmalloc commented 11 years ago

+1, this happens to me too.

peterdesmet commented 11 years ago

Should be fixed in Pelican version 3.3, which has not been released yet.