BlogAboutNote → About.html

BlogAboutNote exports as About.html—your landing or home page. The name is set in $HTMLExportFileName. Code in the template bstMainPage simply exports the ^text^.

To add a post title to this page, enter a value for the $DisplayExpression key attribute. Otherwise, the title will be omitted.

Descendants of BlogAboutNote are ignored; they are not included as sub-posts. However, auxiliary About pages can be stored here and linked-to from BlogAboutNote.

^if($Name=="BlogAboutNote")^
<!-- Name==BlogAboutNote -->
	<article class="post-main ^if($bpBkgOpt.contains("CARD"))^article-card^endIf^">
	^if($DisplayExpression)^
		<h1 class="post-title">^value($DisplayName)^</h1>
		<br>
	^endIf^
	^if($bpImage & !$blogExpOpt.contains("NOIMAGE"))^
		^do(_MediaFigTop)^
	^else^
		^if(!$blogDate)^<br>^endIf^
	^endIf^
	^text^
	</article>
^endIf^