Version 0.1.4
This commit is contained in:
parent
d95bbdbd57
commit
08cabc5337
|
@ -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)
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue