Documentation additions. Fixes to compilation. Made true passthrough which works.
This commit is contained in:
13
examples/pixywerk.com/publish/index.html
Normal file
13
examples/pixywerk.com/publish/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>This is my index!!</p>
|
||||
|
||||
for i in posts[:5]:
|
||||
|
||||
get metadata, fill in post image/text summary with link
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user