;tags:pine64 smartwatch opensource review
;description:PineTime is a open-source smartwtch built by Pine64 and the community on the budget. Does it hold up to Cernodile's standards - is he satisifed, is it any good or a fail? Find out in this blog post!
+;og_image:<meta property="og:image" content="https://based.quest/img/pinetime_review_pic.jpg">
export TAGS; \
DESCRIPTION="$(shell grep -i '^; *description:' "$<" | cut -d: -f2-)"; \
export DESCRIPTION; \
+ OG_IMAGE="$(shell grep -i '^; *og_image:' "$<" | cut -d: -f2-)"; \
+ export OG_IMAGE; \
envsubst < templates/header.html > $@; \
envsubst < templates/article_header.html >> $@; \
sed -e 1d \
<meta property="og:title" content="based.quest - $TITLE">
<meta property="og:description" content="$DESCRIPTION">
+$OG_IMAGE
<a href="index.html"><-- Back</a>
<div id="post">
<h1>$TITLE</h1>