This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- start content --> | |
<div id="content_confess"> | |
{exp:weblog:entries weblog="{my_weblog}" orderby="date" sort="desc" limit="15" disable="member_data|trackbacks"} | |
<div class="post"> | |
<h2 class="title">{title}</h2> | |
<div class="entry"> | |
<p>{name}</p> | |
<p>{body_content}</p> | |
<p> </p> | |
</div><!--.entry--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- start content --> | |
<div id="content_confess"> | |
<div class="post"> | |
<h2 class="title">Confess your story to us</h2> | |
<div class="entry"> {exp:weblog:entry_form weblog="default_site" return="site/index" preview="site/entry"} | |
<table width="100%" border="0"> | |
<tr> | |
<td width="22%"><label for="title">Title:</label></td> | |
<td width="78%"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{assign_variable:my_weblog="default_site"} | |
{assign_variable:my_template_group="site"} | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<title>Boil The Bunny | How Bad Could Your Ex Be?</title> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet=site/css2}' /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Adapted from [mbilalsiddique1]'s comment on this gist: | |
// https://gist.github.com/alanhogan/2878758 | |
// | |
// Note that sprites are ordered for first by file size (ascendingly) and then | |
// by name. | |
// https://github.com/chriseppstein/compass/issues/690#issuecomment-3729204 | |
@import "compass/utilities/sprites" | |
@import "compass/css3/background-size" |