diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-09-06 13:32:32 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-09-06 13:32:32 -0400 |
| commit | 9113a265ba23892b87815f0dcacf31cef2694c4d (patch) | |
| tree | 7646289f9c90ca77201ffdfded254f1b15f5a061 /pages/blog | |
| parent | bedae60dd91df3c775e1f2486dd26a73450db846 (diff) | |
| download | personal-website-9113a265ba23892b87815f0dcacf31cef2694c4d.tar.gz personal-website-9113a265ba23892b87815f0dcacf31cef2694c4d.tar.bz2 personal-website-9113a265ba23892b87815f0dcacf31cef2694c4d.zip | |
i18n Support; French support
Diffstat (limited to 'pages/blog')
| -rw-r--r-- | pages/blog/index.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/blog/index.vue b/pages/blog/index.vue index 38e578c..c2763ae 100644 --- a/pages/blog/index.vue +++ b/pages/blog/index.vue @@ -2,8 +2,8 @@ <div> <v-card> <header id="showcase"> - <h1 class="display-3 animate__animated animate__fadeIn">Blog</h1> - <h1 class="animate__animated animate__fadeIn">This is where I post stuff here.</h1> + <h1 class="display-3 animate__animated animate__fadeIn">{{ $t('BlogText') }}</h1> + <h1 class="animate__animated animate__fadeIn">{{ $t('BlogSubtitle') }}</h1> </header> </v-card> <v-container> |
