we now provide a feed for the conversation
This commit is contained in:
parent
e4a2430967
commit
4744d6bf84
3 changed files with 63 additions and 16 deletions
|
@ -1,4 +1,9 @@
|
|||
{{if $alternate}}<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>{{/if}}
|
||||
{{if $alternate}}
|
||||
<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>
|
||||
{{/if}}
|
||||
{{if $conversation}}
|
||||
<link href='{{$conversation}}' rel='conversation' type='application/atom+xml'>
|
||||
{{/if}}
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue