diff --git a/src/App.ts b/src/App.ts index 4401ab4..0a29854 100644 --- a/src/App.ts +++ b/src/App.ts @@ -158,7 +158,7 @@ export default class App extends Vue return { src: a.imgFull, alt: a.title, - title: a.title, + title: a.description ? a.title + ': ' + a.description : a.title, w: a.width, h: a.height }