Skip to content

Instantly share code, notes, and snippets.

@eteubert
Created February 25, 2012 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eteubert/1909358 to your computer and use it in GitHub Desktop.
Save eteubert/1909358 to your computer and use it in GitHub Desktop.
archivist template
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>%POST_THUMBNAIL|100x100%</td>
<td width="25%">
<a href="%PERMALINK%" class="permalink">%TITLE%</a> <br/>
<em>%DATE%</em> by <em>%AUTHOR%</em> <br/>
<em>%EXCERPT%</em><br/>
</td>
<td >
Related Articles: %CATEGORIES|, %<br/>
<hr/>
</td>
</tr>
</tbody>
</table>
.archivist_wrapper .permalink {
font-weight: bold;
}
.archivist_wrapper td {
vertical-align: top;
width="100px";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment