forked from yevi.org/Ghost_Ruby_Theme
17 lines
422 B
Handlebars
17 lines
422 B
Handlebars
|
<script>
|
||
|
var themeOptions = {
|
||
|
disqus_shortname: '',
|
||
|
copyright: 'Powered by <a href="https://ghost.org/" target="_blank">Ghost</a>',
|
||
|
social_links: {
|
||
|
facebook: 'https://www.facebook.com',
|
||
|
twitter: 'https://www.twitter.com',
|
||
|
instagram: '',
|
||
|
dribbble: '#',
|
||
|
behance: '',
|
||
|
github: '',
|
||
|
linkedin: '',
|
||
|
vk: '#',
|
||
|
rss: 'https://www.instagram.com',
|
||
|
}
|
||
|
};
|
||
|
</script>
|