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>2020-12-14 19:18:29 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-12-14 19:18:29 +0300
commit1c70ce4cbd1d5ea864742febe88b5414eb139d8e (patch)
tree3bc66c115700606963dbce5644d6bd9e6ef00f32 /templates
parentf05fc4d446c3355e328aaeecbe57b1365dd99de2 (diff)
whitepaper fixes
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 bb5ef49c..f10fc1a4 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=13" rel="stylesheet">
+ <link href="<?php echo get_template_directory_uri(); ?>/assets/css/custom.css?version=14" rel="stylesheet">
<?php wp_head(); ?>