Liens relatifs dans la liste des posts
This commit is contained in:
parent
e4dab3c345
commit
dee44fe782
2
control
2
control
|
@ -1,5 +1,5 @@
|
||||||
Package: egsl
|
Package: egsl
|
||||||
Version: 0.0.17
|
Version: 0.0.18
|
||||||
Section: custom
|
Section: custom
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Version: 0.0.17
|
# Version: 0.0.18
|
||||||
# file: gsl
|
# file: gsl
|
||||||
# Folder: /usr/local/bin
|
# Folder: /usr/local/bin
|
||||||
# By echolib
|
# By echolib
|
||||||
|
|
|
@ -152,7 +152,7 @@ esac
|
||||||
|
|
||||||
cat << EOPostSide > "$1"
|
cat << EOPostSide > "$1"
|
||||||
<li>
|
<li>
|
||||||
<span class="${gsl_site_css}_list-post-title"><a href="$gsl_site_url/$gsl_bpost_url" class="${gsl_site_css}_list-post-link">$gsl_header_title</a></span>
|
<span class="${gsl_site_css}_list-post-title"><a href="$gsl_uri/$gsl_bpost_url" class="${gsl_site_css}_list-post-link">$gsl_header_title</a></span>
|
||||||
<div class="${gsl_site_css}_list-post-metas">Le $gsl_header_date par $gsl_header_author</div>
|
<div class="${gsl_site_css}_list-post-metas">Le $gsl_header_date par $gsl_header_author</div>
|
||||||
<div class="${gsl_site_css}_list-post-info">$gsl_header_info</div>
|
<div class="${gsl_site_css}_list-post-info">$gsl_header_info</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue