Liens relatifs dans la liste des posts

This commit is contained in:
Adrien Bourmault 2022-04-13 16:36:54 +02:00
parent e4dab3c345
commit dee44fe782
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Package: egsl
Version: 0.0.17
Version: 0.0.18
Section: custom
Priority: optional
Architecture: all

View File

@ -1,5 +1,5 @@
#!/bin/bash
# Version: 0.0.17
# Version: 0.0.18
# file: gsl
# Folder: /usr/local/bin
# By echolib

View File

@ -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>