|
|
@ -3,6 +3,14 @@ |
|
|
|
<head> |
|
|
|
<title>%(page)s - %(pagenum)s - %(title)s</title> |
|
|
|
<link rel="stylesheet" href="style.css"> |
|
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> |
|
|
|
<script> |
|
|
|
$(function(){ |
|
|
|
$('.clickable').click(function(){ |
|
|
|
window.location = $(this).data('url'); |
|
|
|
}); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<h1>%(title)s</h1> |
|
|
|