Skip to content
Snippets Groups Projects
Commit a49e42e1 authored by Manikanth Dindigala's avatar Manikanth Dindigala
Browse files

feat: implementation of ahikar links

parent b857b3b6
No related branches found
No related tags found
1 merge request!20Feature/#36 Link Website to TIDO with syriac/arabic collection
Pipeline #203554 passed
...@@ -53,9 +53,10 @@ ...@@ -53,9 +53,10 @@
<v-list-item <v-list-item
v-for="(item, index) in editions" v-for="(item, index) in editions"
:key="index" :key="index"
:to="item.to"
> >
<v-list-item-title>{{ item.title }}</v-list-item-title> <a :href="item.to">
<v-list-item-title>{{ item.title }}</v-list-item-title>
</a>
</v-list-item> </v-list-item>
</v-list> </v-list>
</v-menu> </v-menu>
...@@ -89,8 +90,8 @@ ...@@ -89,8 +90,8 @@
export default { export default {
data: () => ({ data: () => ({
editions: [ editions: [
{ title: 'Syriac Texts', to: '/' }, { title: 'Syriac Texts', to: 'https://ahikar-dev.sub.uni-goettingen.de/syriac' },
{ title: 'Arabic and Kashuni Texts', to: '/' }, { title: 'Arabic and Kashuni Texts', to: 'https://ahikar-dev.sub.uni-goettingen.de/arabic-karshuni' },
], ],
metaEdition: [ metaEdition: [
{ title: 'Manuscripts', to: '/manuscripts.html' }, { title: 'Manuscripts', to: '/manuscripts.html' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment