Code
This template has a slight twist to it and that is that it includes no images what-so-ever. This results in a page which loads lightning fast and displays consistently on various browsing mediums.
<cfset lastDate = "">
<cfset allowTB = application.blog.getProperty("allowtrackbacks")>
<cfset maxEntries = application.blog.getProperty("maxEntries") />
<cfoutput query="articles" startrow="#url.startrow#" maxrows="#maxEntries#">
<div class="entry<cfif articles.currentRow EQ articles.recordCount>Last</cfif>">
<cfif allowTB>
<cfset allowTB = application.blog.getProperty("allowtrackbacks")>
<cfset maxEntries = application.blog.getProperty("maxEntries") />
<cfoutput query="articles" startrow="#url.startrow#" maxrows="#maxEntries#">
<div class="entry<cfif articles.currentRow EQ articles.recordCount>Last</cfif>">
<cfif allowTB>
Comments
Comments are not allowed for this entry.
