Changeset 756

Show
Ignore:
Timestamp:
04/07/06 14:06:16 (3 years ago)
Author:
earle
Message:

Use summary metadata field to populate 'description' HTML metadata element. Also remove unused template logic for 'keywords' metadata for now. Closes #97.

Location:
trunk/templates
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/header.tt

    r730 r756  
    1212    <link rev="made" href="mailto:[% contact_email %]" /> 
    1313  [% END %] 
    14   [% IF description %] 
    15     <meta name="description" content="[% description %]" /> 
    16   [% END %] 
    17   [% IF keywords %] 
    18     <meta name="keywords" content="[% keywords %]" /> 
     14  [% IF summary %] 
     15    <meta name="description" content="[% summary %]" /> 
    1916  [% END %] 
    2017  [% IF stylesheet %] 
  • trunk/templates/home_node.tt

    r701 r756  
    77    <link rev=made href="mailto:[% contact_email %]"> 
    88  [% END %] 
    9   [% IF description %] 
    10     <meta name="description" content="[% description %]"> 
    11   [% END %] 
    12   [% IF keywords %] 
    13     <meta name="keywords" content="[% keywords %]"> 
     9  [% IF summary %] 
     10    <meta name="description" content="[% summary %]"> 
    1411  [% END %] 
    1512  [% IF stylesheet %]