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 11# Settings
22title : Codeplay Software Ltd
3- url : https://codeplay.com/codeplay.com-website
3+ url : https://codeplaysoftware.github.io
4455description : >-
66 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 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}}
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 -%}
Original file line number Diff line number Diff line change 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 }}" ,
You can’t perform that action at this time.
0 commit comments