This file is indexed.

/usr/share/nanoblogger/default/templates/entry.htm is in nanoblogger 3.4.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<div class="item">
	<a id="$NB_EntryID"></a>
	<h2 class="date">$NB_EntryDate</h2>
	<div class="blogbody">
		<h3 class="title">$NB_EntryTitle</h3>
		<div class="item-description">
			$NB_EntryBody
		</div>
	</div>

	<div class="posted">
		<br />$template_postedby <span class="item-creator">$NB_EntryAuthor</span>
$([ "$SHOW_PERMALINKS" = "1" ] && echo '| <a class="link" href="'${ARCHIVES_PATH}$NB_EntryPermalink'">'$template_permlink'</a>')
$([ ! -z "$NB_EntryCategories" ] && echo "| $template_catlinks $NB_EntryCategories")
<!-- <br /><a href="${BASE_URL}$BLOG_URL_ACTION$ARCHIVES_DIR/$permalink_file#comments">$template_cmtlink</a> -->
	</div>
</div>