Dotclear

Changeset 3174:8faabcbcbe42


Ignore:
Timestamp:
02/18/16 12:00:30 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

link rel for pingback missing in currywurst templates (post/page), fixed

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/currywurst/post.html

    r2803 r3174  
    2222     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2323     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     24     <tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf> 
    2425     <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 
    2526     <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 
  • plugins/pages/default-templates/currywurst/page.html

    r2693 r3174  
    44  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    55  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     6  <tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf> 
    67  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    78</tpl:Block> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map