minor fixes

Changed files
+3 -1
site
+2
site/config.php
···
<?php
define("BASE_URL", "https://girlonthemoon.xyz/");
···
<?php
define("BASE_URL", "https://girlonthemoon.xyz/");
+
+
?>
+1 -1
site/hcard.php
···
-
<?php include("../config.php"); ?>
<style>
.mf-card {
···
+
<?php include("config.php"); ?>
<style>
.mf-card {