diff --git a/assets/gitbook-fix.css b/assets/gitbook-fix.css
index 9ea7dfe..5b3922f 100644
--- a/assets/gitbook-fix.css
+++ b/assets/gitbook-fix.css
@@ -68,3 +68,13 @@
.book-summary ul.summary div.summary-container.on + li.divider.block-end {
transform: rotateX(180deg);
}
+
+.book .book-summary ul.summary li span.annotation {
+ padding: 0;
+ font-size: 0.2em;
+ color: rgba(0, 0, 0, 0.2);
+}
+
+.book .book-summary ul.summary li span.annotation:hover {
+ text-decoration: none !important;
+}
diff --git a/constant.php b/constant.php
index e549144..c9c4e01 100644
--- a/constant.php
+++ b/constant.php
@@ -1,9 +1,9 @@
diff --git a/src/Data/SiteMeta.php b/src/Data/SiteMeta.php
index fffcc61..de6d135 100644
--- a/src/Data/SiteMeta.php
+++ b/src/Data/SiteMeta.php
@@ -1,10 +1,15 @@
";
- $str .= $this->links->getHtml();
+ $str = $this->links->getHtml();
$str .= "
";
$str .= $this->books->getHtml();
$str .= "
";
$str .= PageMeta::$book->getSummaryHtml();
- $str .= "
Generated with ph-BookshelfFront-End by GitBook";
- $str .= "";
+ $str .= "";
return $str;
}
diff --git a/template/header.php b/template/header.php
index 32c3488..61117eb 100644
--- a/template/header.php
+++ b/template/header.php
@@ -1,4 +1,3 @@
-
@@ -17,7 +16,7 @@
= PageMeta::getPageTitle() ?>
-
+