add site link info before…
In the Template Modules section at the bottom of the page, click on the New Template link.
Enter “link” for the Template Name.
In the Module Body, paste the this HTML from your clipboard
<ul class="module-list"> <li class="module-list-item"> <a href="Your_hrefs">site_name_info</a> </li> </ul>
and
edit the main index template,add this codes:
<div class="module-syndicate module"> <h2 class="module-header">Site link</h2> <div class="module-content"> <$MTInclude module="link"$> </div> </div>
end!!