File: header.inc

package info (click to toggle)
chronicle 4.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 764 kB
  • sloc: perl: 2,477; javascript: 447; makefile: 106; sh: 9
file content (12 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<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>