chg: dev: remove unnecessary variables and prune the Facebook registration method #4
This commit is contained in:
@@ -4,6 +4,3 @@ twig:
|
|||||||
strict_variables: '%kernel.debug%'
|
strict_variables: '%kernel.debug%'
|
||||||
globals:
|
globals:
|
||||||
version: "%jotunheimr.version%"
|
version: "%jotunheimr.version%"
|
||||||
facebook_api: "%facebook.api%"
|
|
||||||
facebook_scope: "%facebook.scope%"
|
|
||||||
facebook_api_version: "%facebook.version%"
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
<meta name="country" content="Hungary">
|
<meta name="country" content="Hungary">
|
||||||
<meta name="description" content="This is a new minesweeper, multiplayer game.">
|
<meta name="description" content="This is a new minesweeper, multiplayer game.">
|
||||||
<meta name="content-language" content="hu,hun,hungarian">
|
<meta name="content-language" content="hu,hun,hungarian">
|
||||||
<meta property="fb:app_id" content="{{ facebook_api }}">
|
|
||||||
{% block metas %}{% endblock %}
|
{% block metas %}{% endblock %}
|
||||||
<title>MineSeeker{% block title %}{% endblock %}</title>
|
<title>MineSeeker{% block title %}{% endblock %}</title>
|
||||||
{% block stylesheets %}{% endblock %}
|
{% block stylesheets %}{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user