Useful data on homepage v1 (#43)
* Made the homepage _slightly_ more useful * Very minor refactor in alpine body-level object
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||
</script>
|
||||
</head>
|
||||
<body x-data="{ 'sidebarVisible': false }" class="dark text-bodydark bg-boxdark-2">
|
||||
<body x-data="{ sidebarVisible: false }" class="dark text-bodydark bg-boxdark-2">
|
||||
<%= @inner_content %>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user