Version 0.1.4

This commit is contained in:
Cyrille L 2022-06-23 20:16:11 +02:00
parent d95bbdbd57
commit 08cabc5337
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Version: 0.1.3 # Version: 0.1.4
# file: gsl # file: gsl
# Folder: /usr/local/bin # Folder: /usr/local/bin
# By echolib (XMPP: im@echolib.re) # By echolib (XMPP: im@echolib.re)

View File

@ -211,13 +211,13 @@ cat <<EOSIDEBARITEM > "$1"
<a href="/$gsl_slug_file" <a href="/$gsl_slug_file"
class="${site_css}_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="${site_css}_list-post-title">$article_Title</span> <span class="${site_css}_list-post-title">$article_Title</span>
<div class="${site_css}_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="${site_css}_list-post-info"> <div class="${site_css}_list-post-info">
$article_Info $article_Info
</div> </div>