Fix app template

This commit is contained in:
Sam Carlton 2021-03-06 17:11:53 -06:00
parent e4414d6349
commit 835f9df971

View file

@ -4,6 +4,8 @@ import config from '../nuxt.config.js'
import { getAppType } from '../helpers/app-derived.js' import { getAppType } from '../helpers/app-derived.js'
import VideoRow from '../components-eleventy/video/row.js'
// import VideoRow from '../components-eleventy/video/row.js' // import VideoRow from '../components-eleventy/video/row.js'
// import { isVideo } from '../helpers/app-derived' // import { isVideo } from '../helpers/app-derived'
@ -108,7 +110,7 @@ class AppTemplate {
</div> </div>
<!-- https://eric.blog/2016/01/08/prefilling-github-issues/ --> <!-- https://eric.blog/2016/01/08/prefilling-github-issues/ -->
<a <a
href="`https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+is%3Aopen+${ app.name }`" href="https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+is%3Aopen+${ app.name }"
target="_blank" target="_blank"
class="underline" class="underline"
rel="noopener" rel="noopener"