add opengraph images
This commit is contained in:
parent
5e65b0a488
commit
9d29026451
@ -17,6 +17,10 @@
|
|||||||
{% for tag in page.tags %}
|
{% for tag in page.tags %}
|
||||||
<meta name="og:article:tag" contents="{{ tag }}">
|
<meta name="og:article:tag" contents="{{ tag }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% if page.image %}
|
||||||
|
<meta name="og:image"
|
||||||
|
contents="{{site.url}}/images/{{page.path | split: '/' | last | split: '.' | first }}/{{page.image}}">
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta name="og:type"
|
<meta name="og:type"
|
||||||
contents="website">
|
contents="website">
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Making Realistic Particle Effects From Photos
|
title: Making Realistic Particle Effects From Photos
|
||||||
|
image: setup-small.jpg
|
||||||
tags: KSP restock gamedev
|
tags: KSP restock gamedev
|
||||||
---
|
---
|
||||||
While working on drills for ReStock I realized I needed some particle effects for when the drills are in use. I wanted the effect of small rocks being kicked up from the ground and falling back down, but my attempts at a texture for the rocks all ended up looking more like potatos.
|
While working on drills for ReStock I realized I needed some particle effects for when the drills are in use. I wanted the effect of small rocks being kicked up from the ground and falling back down, but my attempts at a texture for the rocks all ended up looking more like potatos.
|
||||||
|
Loading…
Reference in New Issue
Block a user