mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix app template
This commit is contained in:
parent
e4414d6349
commit
835f9df971
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ import config from '../nuxt.config.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 { isVideo } from '../helpers/app-derived'
|
||||
|
||||
|
|
@ -108,7 +110,7 @@ class AppTemplate {
|
|||
</div>
|
||||
<!-- https://eric.blog/2016/01/08/prefilling-github-issues/ -->
|
||||
<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"
|
||||
class="underline"
|
||||
rel="noopener"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue