display title by default on all pages

This commit is contained in:
Anton Keks 2014-03-09 22:32:18 +02:00
parent 53845b324d
commit 6e71fc7209
4 changed files with 3 additions and 10 deletions

View File

@ -29,8 +29,9 @@
</div>
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
{{ content }}
<section id="main_content" class="inner {{ page.title | downcase }}">
<h1>{{ page.title }}</h1>
{{ content }}
</section>
</div>

View File

@ -3,9 +3,6 @@ title: About
layout: default
---
About
=====
Angry IP scanner is a very fast IP address and port scanner.
It can scan IP addresses in any range as well as any their ports. It is cross-platform and lightweight. Not requiring any installations, it can be freely copied and used anywhere.

View File

@ -3,8 +3,5 @@ title: Contribute
layout: default
---
Contribute
==========
Here will info about contribution.

View File

@ -5,8 +5,6 @@ binary_url: http://sourceforge.net/projects/ipscan/files/ipscan3-binary/
version: 3.2.1
---
<h1>Download</h1>
<div class="accordion">
<section id="linux">
<h2><a href="#linux">Linux</a></h2>