Skip to content

Commit cffe127

Browse files
Tweaks to config.
1 parent e4e583b commit cffe127

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Settings
22
title: Codeplay Software Ltd
3-
url: https://codeplay.com/codeplay.com-website
3+
url: https://codeplaysoftware.github.io
44
55
description: >-
66
Codeplay is internationally recognized for expertise in Heterogeneous Systems, and has many years of experience in

_includes/og-meta.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
{%- if layout.thumbnail or page.thumbnail -%}
3030

3131
{%- if page.thumbnail -%}
32-
{{tabs}}<meta property="og:image" content="{{site.url}}{{page.thumbnail}}" />
32+
{{tabs}}<meta property="og:image" content="{{site.url}}/{{ site.baseurl }}{{page.thumbnail}}" />
3333
{%- else -%}
34-
{{tabs}}<meta property="og:image" content="{{site.url}}{{layout.thumbnail}}" />
34+
{{tabs}}<meta property="og:image" content="{{site.url}}/{{ site.baseurl }}{{layout.thumbnail}}" />
3535
{%- endif -%}
3636

3737
{{emptyline}}
@@ -47,5 +47,5 @@
4747
{{emptyline}}
4848

4949
{%- if page.url -%}
50-
{{tabs}}<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
50+
{{tabs}}<meta property="og:url" content="{{ site.url }}/{{ site.baseurl }}{{ page.url }}" />
5151
{%- endif -%}

portal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"id": "{{post.title | slugify}}",
2424
"title": "{{ post.title | escape }}",
2525
"authors": [{
26-
"avatar": "{{ site.url }}{{foundAuthor.avatar}}",
26+
"avatar": "{{ site.url }}/{{ site.baseurl }}{{foundAuthor.avatar}}",
2727
"name": "{{foundAuthor.title}}"
2828
}],
29-
"url": "{{ site.url }}{{ post.url }}",
29+
"url": "{{ site.url }}/{{ site.baseurl }}{{ post.url }}",
3030
"category": "{{ post.category }}",
3131
"thumbnail": "{{ site.url }}{{ post.thumbnail }}",
3232
"description": "{{ post.description }}",

0 commit comments

Comments
 (0)