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-04-01 12:37:34 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-04-01 12:37:34 +0300
commitf2d417f904aaf42c519717f009fea0fcbfc01c27 (patch)
treeecfec63d134a2e0f3face148419457f8bedeefd1 /page-talk.php
parent57fd1210914771644af56a4452b2cad1feb5d053 (diff)
fix social media images
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-talk.php')
-rw-r--r--page-talk.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/page-talk.php b/page-talk.php
index 42bf3ee3..e5b701aa 100644
--- a/page-talk.php
+++ b/page-talk.php
@@ -8,10 +8,10 @@
});
</script>
-<meta itemprop="image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/talk-video.png">
-<meta name="twitter:image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/talk-video.png">
-<meta name="twitter:image:src" content="<?php bloginfo('template_directory'); ?>/assets/img/features/talk-video.png">
-<meta property="og:image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/talk-video.png">
+<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/talk-video.png">
+<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/talk-video.png">
+<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/talk-video.png">
+<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/talk-video.png">
<meta name=”Description” content="You need confidential communication? Find out how Talk is your solution!">
</head>