Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alomerry committed Oct 3, 2020
1 parent d92ac71 commit 70690e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ public static function header()
echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/comment.css" />';
echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/toc.css" />';
echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/tag.css" />';
echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/code.css" />';

if($SkyMo->headSpin == "open"){
echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/head-spin.css" />';
Expand Down

0 comments on commit 70690e5

Please sign in to comment.