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
|
name: rmc
|
||||||
title: rmc
|
title: rmc
|
||||||
url: https://randommeaninglesscharacters.com
|
url: https://randommeaninglesscharacters.com
|
||||||
|
target: whatever # set to "STRIPPED" for no links version (also unlisted to google)
|
||||||
shopurl: https://shop.randommeaninglesscharacters.com
|
shopurl: https://shop.randommeaninglesscharacters.com
|
||||||
imgurl: https://cdn.randommeaninglesscharacters.com/img-dsi/
|
imgurl: https://cdn.randommeaninglesscharacters.com/img-dsi/
|
||||||
appurl: https://cdn.randommeaninglesscharacters.com/rmc-dsi/
|
appurl: https://cdn.randommeaninglesscharacters.com/rmc-dsi/
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
{% if site.target == "STRIPPED" -%}
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
{%- endif %}
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
||||||
<meta property="og:site_name" content="Random Meaningless Characters (rmc)">
|
<meta property="og:site_name" content="Random Meaningless Characters (rmc)">
|
||||||
{% if page.app == null -%}
|
{% if page.app == null -%}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user