mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
display title by default on all pages
This commit is contained in:
parent
53845b324d
commit
6e71fc7209
@ -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>
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -3,8 +3,5 @@ title: Contribute
|
||||
layout: default
|
||||
---
|
||||
|
||||
Contribute
|
||||
==========
|
||||
|
||||
Here will info about contribution.
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user