From 0d78afe863618721f765cd4058d09081eb1b0097 Mon Sep 17 00:00:00 2001 From: asandikci Date: Thu, 11 May 2023 15:42:38 +0300 Subject: [PATCH] chore: update links.php --- links.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/links.php b/links.php index 8d1717f..abe6462 100644 --- a/links.php +++ b/links.php @@ -12,7 +12,13 @@ - + isDot()) && str_ends_with($file, ".css")) { + echo '' . PHP_EOL . ' '; + } + } ?> Aliberk Sandıkçı | Personel Website | aliberksandikci.com.tr @@ -67,6 +73,14 @@ ?> + +isDot()) && str_ends_with($file, ".js") && $file != "jquery.js") { + echo '' . PHP_EOL . ' '; + } + } ?> \ No newline at end of file