Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop' of https://github.com/factly/dega-web into des…
Browse files Browse the repository at this point in the history
…hetti
  • Loading branch information
Shashi Kiran Deshetti authored and Shashi Kiran Deshetti committed May 15, 2019
2 parents c6f01e1 + e271171 commit 6e23183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<span v-if="index != story.authors.length -1">, </span>
</span>
</div>
<div class="has-text-centered is-size-6-mobile">{{ getDate(story.last_updated_date) }}</div><br>
<div class="has-text-centered is-size-6-mobile">{{ getDate(story.published_date) }}</div><br>
<div class="has-text-justified is-hidden-mobile ">
{{ story.excerpt }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/MoreStories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<span v-show="index != story.authors.length -1"> , </span>
</span>
</div>
<div class="is-size-6-mobile">{{ getDate(story.last_updated_date) }}</div><br>
<div class="is-size-6-mobile">{{ getDate(story.published_date) }}</div><br>
</div>
</div>
<!-- story-blockquote-column -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/ga.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default ({ app }) => {
/*
** Only run on client-side and only in production mode
*/
if (process.env.NODE_ENV !== 'production') return
// if (process.env.NODE_ENV !== 'production') return
/*
** Include Google Analytics Script
*/
Expand Down

0 comments on commit 6e23183

Please sign in to comment.