Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2021-01-04 12:54:42 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-01-04 12:55:43 +0300
commitf3096792ae9d157f5878e5091d965dc5ca0819ed (patch)
tree728dfe62bb2109bbf5c357262d59aa45eb9f4fae /templates
parent90dd81792fdb6a3ac3a917b46936a99d3a738157 (diff)
hopefully finally fix that stupid menu
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/head.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/head.php b/templates/head.php
index f10fc1a4..933acc1f 100644
--- a/templates/head.php
+++ b/templates/head.php
@@ -5,7 +5,7 @@
<!-- <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i" rel="stylesheet"> -->
- <link href="<?php echo get_template_directory_uri(); ?>/assets/css/custom.css?version=14" rel="stylesheet">
+ <link href="<?php echo get_template_directory_uri(); ?>/assets/css/custom.css?version=15" rel="stylesheet">
<?php wp_head(); ?>