fix social-app uri
This commit is contained in:
@@ -92,6 +92,14 @@
|
||||
<p>© {{ config.author }}</p>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
// Config variables from Hugo
|
||||
window.OAUTH_CONFIG = {
|
||||
pds: "{{ config.oauth.pds }}",
|
||||
admin: "{{ config.oauth.admin }}",
|
||||
collection: "{{ config.oauth.collection }}"
|
||||
};
|
||||
</script>
|
||||
<script src="/js/ask-ai.js"></script>
|
||||
<script src="/js/theme.js"></script>
|
||||
|
||||
|
Reference in New Issue
Block a user