mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Add htmly logo and favicon
This commit is contained in:
parent
1793eea56b
commit
f83e54e786
5 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<a href="https://www.htmly.com" target="_blank"></a>
|
||||
<a href="https://www.htmly.com" target="_blank"></a>
|
||||
|
||||
HTMLy is an open source databaseless web publishing platform that prioritizes simplicity and speed. HTMLy can be referred to as a Flat-File Blog or Flat-File CMS, since it will also manage your content.
|
||||
|
||||
|
|
|
|||
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -1017,9 +1017,9 @@ function get_description($string, $char = null)
|
|||
}
|
||||
}
|
||||
if (strlen(strip_tags($string)) < $char) {
|
||||
return safe_html($string);
|
||||
return safe_html(strip_tags($string));
|
||||
} else {
|
||||
$string = safe_html($string);
|
||||
$string = safe_html(strip_tags($string));
|
||||
$string = substr($string, 0, $char);
|
||||
$string = substr($string, 0, strrpos($string, ' '));
|
||||
return $string;
|
||||
|
|
|
|||
BIN
system/resources/images/logo-big.png
Normal file
BIN
system/resources/images/logo-big.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
system/resources/images/logo-small.png
Normal file
BIN
system/resources/images/logo-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue