I’ve increase the width of the page 900px, 600px looks too small for me. Should we use something like 90% instead?
# and: 'One rule AND another'
# matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
# notmatches: 'Tests that a <i>subject</i> is not matches a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
+
entry:
page_titles:
# unread: 'Unread entries'
url_label: 'Url'
save_label: 'Gem'
public:
- # shared_by_wallabag: "This article has been shared by <a href=%wallabag_instance%'>wallabag</a>"
+ # shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
confirm:
# delete: "Are you sure you want to remove that article?"
# delete_tag: "Are you sure you want to remove that tag from that article?"
url_label: 'Url'
save_label: 'Save'
public:
- shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
+ shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
confirm:
delete: "Are you sure you want to remove that article?"
delete_tag: "Are you sure you want to remove that tag from that article?"
url_label: 'نشانی'
save_label: 'ذخیره'
public:
- # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
+ # shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
confirm:
# delete: "Are you sure you want to remove that article?"
# delete_tag: "Are you sure you want to remove that tag from that article?"
url_label: "Adresse"
save_label: "Enregistrer"
public:
- shared_by_wallabag: "Cet article a été partagé par <a href=\"%wallabag_instance%\">wallabag</a>"
+ shared_by_wallabag: "Cet article a été partagé par %username% avec <a href=\"%wallabag_instance%\">wallabag</a>"
confirm:
delete: "Voulez-vous vraiment supprimer cet article ?"
delete_tag: "Voulez-vous vraiment supprimer ce tag de cet article ?"
url_label: 'Url'
save_label: 'Salva'
public:
- # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
+ # shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
confirm:
delete: "Vuoi veramente rimuovere quell'articolo?"
delete_tag: "Vuoi veramente rimuovere quell'etichetta da quell'articolo?"
url_label: 'Url'
save_label: 'Salvează'
public:
- # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
+ # shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
confirm:
# delete: "Are you sure you want to remove that article?"
# delete_tag: "Are you sure you want to remove that tag from that article?"
url_label: 'Url'
save_label: 'Kaydet'
public:
- # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
+ # shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
confirm:
# delete: "Are you sure you want to remove that article?"
# delete_tag: "Are you sure you want to remove that tag from that article?"
article {
margin: 0 auto;
- width: 600px;
+ width: 900px;
}
</style>
<meta property="og:title" content="{{ entry.title|e|raw }}" />
<header>
<h1>{{ entry.title|e|raw }}</h1>
<div><a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.view.original_article'|trans }} : {{ entry.title|e|raw }}" class="tool">{{ entry.domainName|removeWww }}</a></div>
- <div>{{ "entry.public.shared_by_wallabag"|trans({'%wallabag_instance%': url('homepage')})|raw }}</div>
+ <div>{{ "entry.public.shared_by_wallabag"|trans({'%wallabag_instance%': url('homepage'), '%username%': entry.user.username})|raw }}.</div>
+
+ {% if entry.previewPicture is not null %}
+ <div><img class="preview" src="{{ entry.previewPicture }}" alt="{{ entry.title|striptags|e('html_attr') }}" /></div>
+ {% endif %}
</header>
<article>
{{ entry.content | raw }}