fix broken image; update meta og image
This commit is contained in:
parent
a9f710eb6b
commit
5cf1f791e8
5 changed files with 3 additions and 4 deletions
|
@ -40,15 +40,15 @@
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
{% endif %} {% if page.image != '' %}
|
{% endif %} {% if page.image == '' or page.image == 'hello-world' %}
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="{{ '/assets/images/' | absolute_url }}{{ page.image }}.jpg"
|
content="{{ '/assets/images/' | absolute_url }}ayo.png"
|
||||||
/>
|
/>
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="{{ '/assets/images/' | absolute_url }}ayo.png"
|
content="{{ '/assets/images/' | absolute_url }}{{ page.image }}.jpg"
|
||||||
/>
|
/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
published: true
|
published: true
|
||||||
title: "How To Use Web Workers in an Angular Application"
|
title: "How To Use Web Workers in an Angular Application"
|
||||||
permalink: /web-workers-in-angular/
|
permalink: /web-workers-in-angular/
|
||||||
image: ""
|
|
||||||
description: "Notes on using Web Workers in Angular as of version 15"
|
description: "Notes on using Web Workers in Angular as of version 15"
|
||||||
category: technology
|
category: technology
|
||||||
---
|
---
|
||||||
|
|
BIN
assets/.DS_Store
vendored
Normal file
BIN
assets/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
assets/images/.DS_Store
vendored
Normal file
BIN
assets/images/.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 275 KiB |
Loading…
Reference in a new issue