Ghost_Ruby_Theme/partials/config.hbs

18 lines
445 B
Handlebars
Raw Normal View History

2019-04-29 19:46:11 +03:00
<script>
var themeOptions = {
2019-06-02 05:22:30 +03:00
disqus_shortname: '',
copyright: 'Powered by <a href="https://ghost.org/" target="_blank">Ghost</a>',
instagram_token: '',
2019-04-29 19:46:11 +03:00
social_links: {
facebook: 'https://www.facebook.com',
twitter: 'https://www.twitter.com',
2019-05-27 10:32:25 +03:00
instagram: 'https://www.instagram.com',
2019-06-02 05:22:30 +03:00
dribbble: '',
2019-04-29 19:46:11 +03:00
behance: '',
2019-06-02 05:22:30 +03:00
github: '',
2019-04-29 19:46:11 +03:00
linkedin: '',
2019-05-27 10:32:25 +03:00
vk: '',
2019-06-02 05:22:30 +03:00
rss: '',
2019-04-29 19:46:11 +03:00
}
};
</script>