Changeset 11598


Ignore:
Timestamp:
May 26, 2012, 5:53:09 PM (12 years ago)
Author:
osimons
Message:

FullBlogPlugin: Add 'blog-post' CSS class for easier styling. Closes #10020. Thanks sto.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fullblogplugin/0.11/tracfullblog/templates/fullblog_macro_post.html

    r9341 r11598  
    22
    33  <!--! Macro to render a post -->
    4   <div py:def="render_blog_post(post, list_mode=False)">
     4  <div py:def="render_blog_post(post, list_mode=False)" class="blog-post">
    55    <h1 class="blog-title" id="${post.name}"><a href="${req.href.blog(post.name)}"
    66        py:strip="not list_mode">${post.title}</a>
     
    4040
    4141</div>
     42
Note: See TracChangeset for help on using the changeset viewer.