File: home.html

package info (click to toggle)
lua-orbit 2.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,956 kB
  • ctags: 638
  • sloc: sql: 78; sh: 32; makefile: 31; xml: 20
file content (15 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$import{ "index_view" }

<div id="menu">
		<h3>Related Links</h3>
		<ul>
		  $show_posts{ include_tags = { "links" } }[[<li><a href = "$uri">$title</a></li>]]
		</ul>
</div>
	<div id="contents">
		<div class="blogentry">

		  $show_posts{ include_tags = { "home" }, count = 1, template = "simple_post.html" }
		  
		</div>
	</div>