This file is indexed.

/usr/share/chronicle/themes/blocky/header.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
<div class="title">
  <h1><!-- tmpl_if name='blog_title' -->
    <a href="<!-- tmpl_var name='top' -->"><!-- tmpl_var name='blog_title' --></a>
    <!-- tmpl_else -->
    Untitled Blog
    <!-- /tmpl_if -->
  </h1>
  <!-- tmpl_if name='blog_subtitle' -->
  <h2><!-- tmpl_var name='blog_subtitle' --></h2>
  <!-- /tmpl_if -->
</div>