mirror of
https://github.com/oldmanumby/DND.SRD.Wiki.git
synced 2025-04-30 06:11:41 -04:00
Merge branch 'master' of https://github.com/Umbyology/OGL-SRD5
This commit is contained in:
commit
429d008b37
19 changed files with 45 additions and 14 deletions
42
pages/02.contact/default.md
Normal file
42
pages/02.contact/default.md
Normal file
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
title: Contact
|
||||
aura:
|
||||
pagetype: website
|
||||
metadata:
|
||||
'og:url': 'https://ogl-srd5.com/contact'
|
||||
'og:type': website
|
||||
'og:title': 'Contact | D&D SRD 5.1 REmastered'
|
||||
'og:author': 'B.A. Umberger'
|
||||
'twitter:card': summary_large_image
|
||||
'twitter:title': 'Contact | D&D SRD 5.1 REmastered'
|
||||
'twitter:site': '@umbyology'
|
||||
'twitter:creator': '@umbyology'
|
||||
'article:published_time': '2020-10-06T09:20:26-05:00'
|
||||
'article:modified_time': '2020-10-06T09:20:26-05:00'
|
||||
'article:author': 'B.A. Umberger'
|
||||
---
|
||||
|
||||
<!-- Load Facebook SDK for JavaScript -->
|
||||
<div id="fb-root"></div>
|
||||
<script>
|
||||
window.fbAsyncInit = function() {
|
||||
FB.init({
|
||||
xfbml : true,
|
||||
version : 'v8.0'
|
||||
});
|
||||
};
|
||||
|
||||
(function(d, s, id) {
|
||||
var js, fjs = d.getElementsByTagName(s)[0];
|
||||
if (d.getElementById(id)) return;
|
||||
js = d.createElement(s); js.id = id;
|
||||
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}(document, 'script', 'facebook-jssdk'));</script>
|
||||
|
||||
<!-- Your Chat Plugin code -->
|
||||
<div class="fb-customerchat"
|
||||
attribution=setup_tool
|
||||
page_id="110231564186008"
|
||||
theme_color="#e68585">
|
||||
</div>
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Legal Information
|
||||
title: 'Legal Information'
|
||||
---
|
||||
|
||||
### Licensing
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Miscellaneous Creatures
|
||||
title: 'Miscellaneous Creatures'
|
||||
---
|
||||
|
||||
[TOC]
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Non-Player Characters
|
||||
title: 'Non-Player Characters'
|
||||
---
|
||||
|
||||
[TOC]
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
visible: false
|
||||
content:
|
||||
items:
|
||||
'@taxonomy.category': 'docs'
|
||||
order:
|
||||
by: date
|
||||
dir: desc
|
||||
---
|
||||
|
||||
Non-visible page for RSS feed page collection. RSS feed URL is ../feed.rss
|
Loading…
Add table
Reference in a new issue