This file is indexed.

/usr/share/chronicle/themes/blog.steve.org.uk/archive.inc is in chronicle 4.6-2.

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
<h3>Archive</h3>
 <ul>
  <!-- tmpl_loop name='datecloud' -->
   <li><!-- tmpl_var name='year' -->
   <ul>
    <!-- tmpl_loop name='months' -->
     <li><a href="<!-- tmpl_var name='top' -->archive/<!-- tmpl_var name='year' -->/<!-- tmpl_var name='month' -->/"><!-- tmpl_var name='month_name' --> (<!-- tmpl_var name='count' -->)</a></li>
    <!-- /tmpl_loop -->
   </ul></li>
  <!-- /tmpl_loop -->
 </ul>