From 2341f807bda6fdbf14e6aee6af07a4346f50b6c1 Mon Sep 17 00:00:00 2001 From: tycrek Date: Thu, 15 Apr 2021 12:29:56 -0600 Subject: [PATCH] added todo --- ogp.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ogp.js b/ogp.js index 794e3ea..92738aa 100644 --- a/ogp.js +++ b/ogp.js @@ -64,6 +64,8 @@ class OpenGraph { view.color = (this.color.length != 0) ? `` : ''; view.card = !this.type.includes('video') ? `` : ''; + //todo: og:description + return Mustache.render(html, view); } }