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
|
||||
Version: 0.0.17
|
||||
Version: 0.0.18
|
||||
Section: custom
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Version: 0.0.17
|
||||
# Version: 0.0.18
|
||||
# file: gsl
|
||||
# Folder: /usr/local/bin
|
||||
# By echolib
|
||||
|
|
|
@ -152,7 +152,7 @@ esac
|
|||
|
||||
cat << EOPostSide > "$1"
|
||||
<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-info">$gsl_header_info</div>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue