Compare commits
No commits in common. "23038dce48459f6ae812a3130ee15aff55280777" and "bcaa9569421e986aff3ee0122fe8067fb757e969" have entirely different histories.
23038dce48
...
bcaa956942
1 changed files with 8 additions and 11 deletions
11
weh.php
11
weh.php
|
@ -20,9 +20,6 @@ if ($quotes !== false) {
|
|||
<link rel="stylesheet" href="weh.css">
|
||||
<link rel="icon" type="image/x-icon" href="weh.ico">
|
||||
<link rel="canonical" href="https://weh.moe">
|
||||
<meta property="og:title" content="Can it, fangs!">
|
||||
<meta property="og:description" content="You don't know diddly dang about squiddly squat!">
|
||||
<meta property="og:image" content="/weh.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -30,14 +27,14 @@ if ($quotes !== false) {
|
|||
<h1>Weh?</h1>
|
||||
<div class="weh"></div>
|
||||
<?php if ($quotes) { ?>
|
||||
<?php if ($quote["line"] == "*Rage squeals*" || true) { ?>
|
||||
*Rage squeals*
|
||||
<em><small>~ King (The Owl House)</small></em>
|
||||
<?php if ($quote["line"] == "*Rage squeals*") { ?>
|
||||
*Rage squeals*
|
||||
<?php } else { ?>
|
||||
<?=$quote["line"]?><br>
|
||||
<em><small>~ King (The Owl House, <?=$quote["attribution"]?>)</small></em>
|
||||
<?php } ?>
|
||||
<?php } ?></div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue