diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | css/footer.scss | 4 | ||||
-rw-r--r-- | index.php | 5 | ||||
-rwxr-xr-x | install.sh | 1 | ||||
-rw-r--r-- | robots.txt | 13 |
5 files changed, 26 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ccf5f..05ebeb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 11.11 + +* Remove robots +* Add YouTube link + ## 11.10 * Elaborate pages diff --git a/css/footer.scss b/css/footer.scss index bee71fa..b289abd 100644 --- a/css/footer.scss +++ b/css/footer.scss @@ -95,6 +95,10 @@ &.x { mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAY0lEQVQ4y62SOw5AIQgEgWLvf14aX2WiPuQTpFOzm8kgAxhkjKoyObPlAIz14jxb4fkuVJwZ/BFmKCIyt+QWlhZ2laIkKltS3sJzCg5/2SLPkikt4xF2Sahn2iuRLjZnwze6D+xmTvrTiNc4AAAAAElFTkSuQmCC"); } + + &.youTube { + mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAARklEQVQoz6XRQQrAQAgEwZol//+yueYguhCP2gyNE1D6CRnOkIxnHG6ByJ7QQKcxz+7wgVbJp93WBNSUUJ3O309elLXU/QLhAgkk5VAXSQAAAABJRU5ErkJggg"); + } } } } @@ -37,7 +37,7 @@ // Set up cache now. $cache_addr = "cache/" . $current_page . ".cache"; - maybe_use_cache($cache_addr); + //maybe_use_cache($cache_addr); ob_start(); ?> @@ -126,7 +126,7 @@ </div> <footer id="footer"> - <div id="romanisation" title="آخِر اَلْنَهَر"></div> + <div id="romanisation" title="آخِر اَلْنَهرِ"></div> <p id="starDescription">“ACHERNAR — type B star; primary component of ALPHA ERIDANI, i.e. ALPHA ERIDANI A; approx. (6) solar masses, (15) kilokelvin at surface; c. (3 668) light-seconds from sibling ALPHA ERIDANI B; no native lifeforms discovered on children, human life on terraformed ACHERNAR IV, a.k.a. CONVERSION.”</p> @@ -143,6 +143,7 @@ <a class="linktree" href="https://linktr.ee/PrimusEridani/" title="Linktree: @PrimusEridani"></a> <a class="threads" href="https://www.threads.net/@primuseridani/" title="Threads: @primuseridani"></a> <a class="x" href="https://x.com/PrimusEridani/" title="X: @PrimusEridani"></a> + <a class="youTube" href="https://youtube.com/@primuseridani/" title="YouTube: @PrimusEridani"></a> </div> </footer> </body> @@ -19,6 +19,7 @@ mkdir -p "${DESTINATION}" cp "apple-touch-icon.png" "${DESTINATION}" cp "favicon.ico" "${DESTINATION}" cp "index.php" "${DESTINATION}" +cp "robots.txt" "${DESTINATION}" cp -r "font" "${DESTINATION}" cp -r "html" "${DESTINATION}" diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..8b71691 --- /dev/null +++ b/robots.txt @@ -0,0 +1,13 @@ +# +# ############ +# ############## +# #### #### +# #### #### +# ################ +# ################ +# #### #### +# #### #### +# + +User-agent: * +Disallow:
\ No newline at end of file |