Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Jan 7, 2020
1 parent bbd7a24 commit dc960d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* Kirby3 plugin to gain easyaccess to `simple-icons` in Kirbytext.
* Kirby3 plugin to gain easy access to `simple-icons` inside Kirbytext.
*
* @version 0.1.1
* @version 0.1.2
* @author Lucas Becker <runxel>
* @copyright Lucas Becker <runxel>
* @link https://github.com/runxel/kirby3-simpleicons
Expand Down
2 changes: 1 addition & 1 deletion tags/icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$cls = $tag->class;

$icon_string = 'vendor/simple-icons/simple-icons/icons/' . $brand . '.svg';
$icon_svg = file_get_contents($icon_string)
$icon_svg = file_get_contents($icon_string);

/* https://getkirby.com/docs/reference/tools/html/tag
if HTML code is passed into Html::tag is must be wrappend in an array:
Expand Down

0 comments on commit dc960d2

Please sign in to comment.