Skip to content

Commit

Permalink
fix tags & support in post
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyGrim committed Jul 20, 2021
1 parent 9b502ff commit 6e8cd71
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 363 deletions.
38 changes: 18 additions & 20 deletions _includes/meta.html
@@ -1,20 +1,18 @@
<hr>
<span class="entry-tags">{% for tag in page.tags %}<a href="{{ site.url }}/tags/#{{ tag }}" title="Pages tagged {{ tag }}" class="tag"><span class="term">{{ tag }}</span></a>{% unless forloop.last %}{% endunless %}{% endfor %}</span>
<span class="social-share">
<a href="https://toot.karamoff.dev/?text={{ page.title }}%0D%0A{{ site.url }}{{ page.url }}" title="Share on Mastodon" class="tag">
<span class="term"><i class="fab fa-mastodon"></i> Toot</span>
</a>
<a href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }}" title="Share on Twitter" class="tag">
<span class="term"><i class="fab fa-twitter-square"></i> Tweet</span>
</a>
<a href="https://www.reddit.com/submit?url={{ site.url }}{{ page.url }}&title={{ page.title }}" title="Share on Reddit" class="tag">
<span class="term"><i class="fab fa-reddit-square"></i> Post</span>
</a>
<a href="https://www.fuzzygrim.com/feed.xml" title="Subscribe to RSS" class="tag" download>
<span class="term"><i class="fas fa-rss-square"></i> RSS</span>
</a>
<a href="#monero" title="Donate Monero" class="tag">
<span class="term"><i class="fab fa-monero"></i> Donate</span>
</a>
</span>
<div style="clear:both"></div>
<div class="entry-meta">
<hr>
<br>
<div class="tags-div">
<span class="entry-tags">{% for tag in page.tags %}<a href="{{ site.url }}/tags/#{{ tag }}" title="Pages tagged {{ tag }}" class="tag"><span class="term">{{ tag }}</span></a>{% unless forloop.last %}{% endunless %}{% endfor %}</span>
</div>
<div class="support-div">
<a href="https://toot.karamoff.dev/?text={{ page.title }}%0D%0A{{ site.url }}{{ page.url }}" title="Share on Mastodon" class="tag">
<span class="term"><i class="fab fa-mastodon fa-fw"></i> Toot</span>
</a>
<a href="https://www.fuzzygrim.com/feed.xml" title="Subscribe to RSS" class="tag" download>
<span class="term"><i class="fa fa-fw">&#xf09e; </i> RSS</span>
</a>
<a href="#monero" title="Donate Monero" class="tag">
<span class="term"><i class="fab fa-monero fa-fw"></i> Donate</span>
</a>
</div>
</div>
4 changes: 1 addition & 3 deletions _layouts/post.html
Expand Up @@ -31,16 +31,14 @@ <h1>{{ page.title }}</h1>
</a>
</div>
{{ content }}
<div class="entry-meta">
{% include meta.html %}
</div>
<div id="monero" class="overlay">
<div class="popup">
<h2>Monero address</h2>
<a class="close" href="#">&times;</a>
<div class="content">
<p>84QRpjRZhXqebshV4PQJhCgAhPWpRLp4nezGDDTUzzYYP7rvwXsM3htdpQdtfxwTnybZcowphp9EG2aPxDFYaFgVD7Xmbng</p>
<img src="../assets/img/monero.png">
<img src="../assets/img/monero.png"></img>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sass/nav.scss
Expand Up @@ -103,7 +103,7 @@
position: absolute;
top: 0;
line-height: 40px;
font-family: 'Font Awesome\ 5 Free';
font-family: 'Font Awesome 5 Free';
color: $white;
speak: none;
-webkit-font-smoothing: antialiased;
Expand Down
326 changes: 0 additions & 326 deletions _sass/site.css

This file was deleted.

1 change: 0 additions & 1 deletion _sass/site.css.map

This file was deleted.

0 comments on commit 6e8cd71

Please sign in to comment.