Dotclear

Ticket #326 (closed enhancement: fixed)

Opened 17 years ago

Last modified 17 years ago

A propos du changest 2060

Reported by: euskaraz Owned by: olivier
Priority: lowest Milestone: 2.0
Component: module:core Version: 2.0 RC2
Severity: normal Keywords:
Cc:

Description

Dans category.html:
<meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}" />
devrait être il me semble:
<meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}" />
Dans home.html:
<meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" />
devrait être il me semble:
<meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" encode_html="1"}}" />
non ?

Sinon c'est top Merci!

Change History

comment:1 Changed 17 years ago by olivier

  • Priority changed from normal to lowest
  • Status changed from new to assigned
  • Type changed from defect to enhancement

Je note pour category.html.

dc.description n'a pas à être coupé à mon sens.

comment:2 Changed 17 years ago by olivier

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [2061]) Fixed dc.title in category.html. Closes #326.

Note: See TracTickets for help on using tickets.

Sites map