Meta updates
parent
8366994d45
commit
2936d237b1
|
@ -1,6 +1,7 @@
|
||||||
+++
|
+++
|
||||||
title = "cellular automata toys in löve2d"
|
title = "cellular automata toys in löve2d"
|
||||||
date = "2022-09-15"
|
date = "2022-09-15"
|
||||||
|
description = "a short announcement post for a few interactive cellular automata toys written in lua"
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = ["cellular-automata", "lua", "löve2d"]
|
tags = ["cellular-automata", "lua", "löve2d"]
|
||||||
[extra]
|
[extra]
|
||||||
|
|
|
@ -13,7 +13,8 @@
|
||||||
<p id="copyright">
|
<p id="copyright">
|
||||||
© 2022 mat ess.
|
© 2022 mat ess.
|
||||||
</p>
|
</p>
|
||||||
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js"></script>
|
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js"
|
||||||
|
crossorigin></script>
|
||||||
<noscript>
|
<noscript>
|
||||||
{% set current_path = current_path | default(value="/") %}
|
{% set current_path = current_path | default(value="/") %}
|
||||||
<img id=pixel src="https://stats.mat.services/count?p={{ current_path }}">
|
<img id=pixel src="https://stats.mat.services/count?p={{ current_path }}">
|
||||||
|
|
|
@ -67,6 +67,6 @@
|
||||||
<meta property="twitter:title" content="{{ current_title }}">
|
<meta property="twitter:title" content="{{ current_title }}">
|
||||||
<meta property="twitter:description" content="{{ current_description }}">
|
<meta property="twitter:description" content="{{ current_description }}">
|
||||||
{% if hero %}
|
{% if hero %}
|
||||||
<meta property="twitter:image" content="hero.png">
|
<meta property="twitter:image" content="./hero.png">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
Loading…
Reference in New Issue