Yesterday, a faculty member asked me how to add links to her main
blog page so that it would be easy for students to find the "sub-blogs".
A bit of web searching came up with a suggestion of adding a new
"division" to the Main Index template. This did the trick, but the
fonts were not matching the rest of the page.
So I experimented a bit, and just added a new section to the
"categories" division of my blog pages
http://sjc.blog.uvm.edu/
(1) look in the main index template for
<div id="categories">
(2) add the links for your blog ...
<h2>Links</h2>
<ul>
<li><a href="http://sjc.blog.uvm.edu/projectspace"
target="_blank">Project Space</a><br>
<li><a href="http://sjc.blog.uvm.edu/yomimono"
target="_blank">Yomimono</a><br>
</ul>
(3) save the changed template
(4) rebuild the site
(5) sit back and have glass of iced green tea with camomille and honey !
|