mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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 { 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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue