Created
March 17, 2011 15:23
-
-
Save funkatron/874509 to your computer and use it in GitHub Desktop.
EE embed template used by jekyll exporter. You'll need to enable PHP parsing on INPUT to use this
This file contains hidden or 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
| <?php | |
| global $IN; | |
| $IN->QSTR = '{embed:the_entry_id}' | |
| ?> | |
| <div id="comments" data-entry-id="{embed:the_entry_id}" data-url-title="{embed:the_url_title}"> | |
| <ul> | |
| {exp:comment:entries weblog="default_site" sort="asc"} | |
| <li class="comment"> | |
| <a name="{comment_id}" class="comment-id anchor"></a> | |
| <div class="comment-author">{name}</div> | |
| <div class="comment-author-url">{url}</div> | |
| <div class="comment-date">{comment_date format="%m/%d/%Y %h:%i:%s %A"}</date> | |
| <div class="comment-body">{exp:markypants}{comment}{/exp:markypants}</div> | |
| </li> | |
| {/exp:comment:entries} | |
| </ul> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment