Skip to content

Commit

Permalink
mediumish 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
wowthemesnet committed Sep 11, 2018
1 parent 6c31bf2 commit b16a2c9
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 9 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ featured: true
---
</pre>

YAML Page Example
Use <code>comments: false</code> to disable comments in posts!

YAML Page Example:
<pre>
---
layout: page
Expand All @@ -79,6 +81,8 @@ Copyright (C) 2018 WowThemes.net.
- Create a branch off of master and give it a meaningful name (e.g. my-new-mediumish-feature).
- Open a pull request on GitHub and describe the feature or fix.

Thank you so much for your contribution!

-----------------

[Live Demo](https://wowthemesnet.github.io/mediumish-theme-jekyll/) &nbsp; | &nbsp; [Download](https://github.com/wowthemesnet/mediumish-theme-jekyll/archive/master.zip)
2 changes: 2 additions & 0 deletions _includes/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
</li>

</ul>
{% if page.comments != false %}
<div class="sep">
</div>
<ul>
<li>
<a class="small smoothscroll" href="#disqus_thread"></a>
</li>
</ul>
{% endif %}
</div>
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">

Expand Down Expand Up @@ -200,7 +200,7 @@ <h2 class="d-md-block d-none align-self-center">Explore →</h2>

<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>

<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>

<script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h1 class="posttitle">{{ page.title }}</h1>

<!-- Begin Comments
================================================== -->
{% if page.comments == true %}
{% if page.comments != false %}
<div class="container">
<div id="comments" class="row justify-content-center mb-5">
<div class="col-md-8">
Expand Down
2 changes: 1 addition & 1 deletion assets/css/screen.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Template Name: Mediumish
Copyright: Sal, WowThemes.net, https://www.wowthemes.net
Version: 1.0.21
Version: 1.0.22
License: https://www.wowthemes.net/freebies-license/
*/
.mainheading {
Expand Down
6 changes: 2 additions & 4 deletions assets/js/jquery.min.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Mediumish Jekyll Theme - Change Log

## 2018-09-12

### Added
- disable comments in a specific post with `comments: false` in YAML front matter

### Updated
- Bootstrap v4.1.3
- jQuery v3.3.1
Binary file added favicon.ico
Binary file not shown.

0 comments on commit b16a2c9

Please sign in to comment.