disable comments on pages, spacing fixes
This commit is contained in:
parent
f2a19dd01a
commit
8fb1eaa6bd
@ -2,6 +2,7 @@
|
||||
title: About
|
||||
date: 2018-07-18T03:02:05-05:00
|
||||
layout: page
|
||||
noComment: true
|
||||
---
|
||||
|
||||
My birth name is Elliott Pardee. However, I typically use my name in the Church, "Seraphim". I'm 22 years old. I live in Michigan. I am an Orthodox Christian and aspiring servant of Christ.
|
||||
|
@ -2,6 +2,7 @@
|
||||
title: Projects
|
||||
date: 2018-08-08T03:49:00-05:00
|
||||
layout: page
|
||||
noComment: true
|
||||
---
|
||||
|
||||
My best and primary project is [BibleBot](https://biblebot.xyz) ([GitHub](https://internal.kerygma.digital/kerygma-digital/biblebot)), a Discord bot for referencing the Bible and other Christian resources. It serves over 25,000 servers with a combined audience of over 1.1 million users. I've founded a non-profit around the project, [Kerygma Digital](https://kerygma.digital), that seeks to provide similar services in an open-source manner.
|
||||
|
@ -2,6 +2,7 @@
|
||||
title: Resources
|
||||
date: 2018-08-21T06:04:12-05:00
|
||||
layout: page
|
||||
noComment: true
|
||||
---
|
||||
|
||||
Hello and welcome to my resources page! Here I've collected some various resources and placed them all together in hopes of helping you on your journey to theosis. Provided also is a introduction to Orthodoxy reading list that might help the newcomers looking for what the Church believes and what the Church is (including the history!) If there is anything you think should be on here, shoot me a message!
|
||||
|
@ -1 +1,3 @@
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
{{ if not .Params.noComment }}
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
{{ end }}
|
||||
|
@ -332,3 +332,7 @@ hr {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#disqus_thread {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user