Version 0.1.4
This commit is contained in:
parent
d95bbdbd57
commit
08cabc5337
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Version: 0.1.3
|
||||
# Version: 0.1.4
|
||||
# file: gsl
|
||||
# Folder: /usr/local/bin
|
||||
# By echolib (XMPP: im@echolib.re)
|
||||
|
|
|
@ -211,13 +211,13 @@ cat <<EOSIDEBARITEM > "$1"
|
|||
<a href="/$gsl_slug_file"
|
||||
class="${site_css}_list-post-link"
|
||||
title="$gsl_read $article_Author: $article_Title">
|
||||
|
||||
|
||||
<span class="${site_css}_list-post-title">$article_Title</span>
|
||||
|
||||
|
||||
<div class="${site_css}_list-post-metas">
|
||||
$gsl_the $article_Date $gsl_by $article_Author
|
||||
</div>
|
||||
|
||||
|
||||
<div class="${site_css}_list-post-info">
|
||||
$article_Info
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue