File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Settings
2
2
title : Codeplay Software Ltd
3
- url : https://codeplay.com/codeplay.com-website
3
+ url : https://codeplaysoftware.github.io
4
4
5
5
description : >-
6
6
Codeplay is internationally recognized for expertise in Heterogeneous Systems, and has many years of experience in
Original file line number Diff line number Diff line change 29
29
{%- if layout.thumbnail or page.thumbnail -%}
30
30
31
31
{%- 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}} " />
33
33
{%- 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}} " />
35
35
{%- endif -%}
36
36
37
37
{{emptyline}}
47
47
{{emptyline}}
48
48
49
49
{%- 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 }} " />
51
51
{%- endif -%}
Original file line number Diff line number Diff line change 23
23
"id" : " {{post.title | slugify}}" ,
24
24
"title" : " {{ post.title | escape }}" ,
25
25
"authors" : [{
26
- "avatar" : " {{ site.url }}{{foundAuthor.avatar}}" ,
26
+ "avatar" : " {{ site.url }}/{{ site.baseurl }} {{foundAuthor.avatar}}" ,
27
27
"name" : " {{foundAuthor.title}}"
28
28
}],
29
- "url" : " {{ site.url }}{{ post.url }}" ,
29
+ "url" : " {{ site.url }}/{{ site.baseurl }} {{ post.url }}" ,
30
30
"category" : " {{ post.category }}" ,
31
31
"thumbnail" : " {{ site.url }}{{ post.thumbnail }}" ,
32
32
"description" : " {{ post.description }}" ,
You can’t perform that action at this time.
0 commit comments