March 04, 2004

Minor site enhancements

I recently upgraded to Movable Type 2.661. The installation was a snap. I even set up a blog for my brother Tom. Although we share the same Dreamhost web server, his blog is running off a completely different Movable Type installation.

I added the permalink to the header for each entry, so it’s a cinch to see the archive page which is a nice full layout with full comments. To do this, I simply edited my Main Index template. I changed this:

  <h3 class="title"><$MTEntryTitle$></h3>

to this

  <a href="<$MTEntryPermalink$>">
  <h3 class="title"><$MTEntryTitle$></h3>
  </a>

I also added some accessibility features, such as language (English) as recommended by this Dive Into Accessibility interesting online book.

Posted by Nick Codignotto at March 4, 2004 12:08 AM | TrackBack
Posted to General
Comments
Post a comment









Remember personal info?






Valid XHTML 1.0!   Valid CSS!