mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
For the other version I keep forgetting about.
This commit is contained in:
parent
8ec8626960
commit
03c50c30d4
@ -1,6 +1,7 @@
|
||||
name: rmc
|
||||
title: rmc
|
||||
url: https://randommeaninglesscharacters.com
|
||||
target: whatever # set to "STRIPPED" for no links version (also unlisted to google)
|
||||
shopurl: https://shop.randommeaninglesscharacters.com
|
||||
imgurl: https://cdn.randommeaninglesscharacters.com/img-dsi/
|
||||
appurl: https://cdn.randommeaninglesscharacters.com/rmc-dsi/
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% if site.target == "STRIPPED" -%}
|
||||
<meta name="robots" content="noindex">
|
||||
{%- endif %}
|
||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
||||
<meta property="og:site_name" content="Random Meaningless Characters (rmc)">
|
||||
{% if page.app == null -%}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user