Coder en dur c'est mal
This commit is contained in:
parent
f3b94f8919
commit
5d92d983d8
|
@ -209,16 +209,16 @@ create__HTML_sidebar_item() {
|
||||||
cat <<EOSIDEBARITEM > "$1"
|
cat <<EOSIDEBARITEM > "$1"
|
||||||
<li class="${site_css}_list-post-item">
|
<li class="${site_css}_list-post-item">
|
||||||
<a href="/$gsl_slug_file"
|
<a href="/$gsl_slug_file"
|
||||||
class="a-lec_list-post-link"
|
class="$(site_css)_list-post-link"
|
||||||
title="$gsl_read $article_Author: $article_Title">
|
title="$gsl_read $article_Author: $article_Title">
|
||||||
|
|
||||||
<span class="a-lec_list-post-title">$article_Title</span>
|
<span class="$(site_css)_list-post-title">$article_Title</span>
|
||||||
|
|
||||||
<div class="a-lec_list-post-metas">
|
<div class="$(site_css)_list-post-metas">
|
||||||
$gsl_the $article_Date $gsl_by $article_Author
|
$gsl_the $article_Date $gsl_by $article_Author
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="a-lec_list-post-info">
|
<div class="$(site_css)_list-post-info">
|
||||||
$article_Info
|
$article_Info
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue