Skip to content

Commit

Permalink
fixed my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottN13 committed Jul 25, 2024
1 parent 2fe895d commit aed76ef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
18 changes: 10 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
title: "My Blogs Name"
author: "Default Author Name"
description: "Some short description of your blog can go here." # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post.
title: "Scott Newman's Blog"
author: "scott newman"
description: "we wont be needing this?" # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post.

# Email / Social media user names used by the minima theme:
# All of these are optional and can be removed or commented out
email: "example@mail.com"
twitter_username: "twitteruser"
github_username: "githubuser"
linkedin_username: "linkedinuser"

# Note from Scott: My socials are already present on www.scottnewman.xyz :)

#email: "example@mail.com"
#twitter_username: "twitteruser"
#github_username: "githubuser"
#linkedin_username: "linkedinuser"
#facebook_username: username
#flickr_username: username
#instagram_username: username
Expand Down
6 changes: 5 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
<span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ author }}</span></span>
{%- endif -%}</p>
</header>


<div class="share-links">
{% include sharelinks.html %}
</div>

<div class="post-content e-content" itemprop="articleBody">
{{ content }}
{% include navlinks.html %}
Expand Down

0 comments on commit aed76ef

Please sign in to comment.