From 62e8fe6837ba072c9cb0f1ba834242e72f9ab6b3 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 8 Feb 2024 23:50:47 -0600 Subject: AƱade comentarios MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/footer.html | 15 ------------ _layouts/post.html | 68 +++------------------------------------------------ _sass/_layout.scss | 8 +++++- 3 files changed, 11 insertions(+), 80 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 4aa38f6..73c67cd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -88,18 +88,3 @@ $(document).ready(function() { {% endfor %} {% endif %} - -{% if site.ga_tracking_id %} - - -{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index a6861f5..bd8c381 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -45,52 +45,6 @@ layout: default

Subscribe via RSS

-
- Share: - {% for social in site.social %} - {% capture full_url %}{{ site.url }}{{ site.baseurl }}{{ page.url }}{% endcapture %} - {% if social.name == "Twitter" and social.share == true %} - - - - {% endif %} - {% if social.name == "Facebook" and social.share == true %} - - - - {% endif %} - {% if social.name == "Google+" and social.share == true %} - - - - {% endif %} - {% if social.name == "LinkedIn" and social.share == true %} - - - - {% endif %} - {% if social.name == "Pinterest" and social.share == true %} - - - - {% endif %} - {% if social.name == "Reddit" and social.share == true %} - - - - {% endif %} - {% if social.name == "Hacker News" and social.share == true %} - - - - {% endif %} - {% endfor %} -
{% if site.inter_post_navigation == true %}
@@ -118,25 +72,11 @@ layout: default
{% endif %} -{% if site.disqus_shortname %} -{% unless page.disqus_disabled %} -
-
- - - comments powered by Disqus +
+
+ +
-{% endunless %} -{% endif %} diff --git a/_sass/_layout.scss b/_sass/_layout.scss index c2439b4..d35fc76 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -317,9 +317,15 @@ pre code.hljs { text-decoration: none; } } - .disqus { + .comments { @include span-columns(12); } + + .comment-section { + @include span-columns(12); + margin-top: 10px; + } + .post-navigation { font-size: 0.9em; display: block; -- cgit v1.2.3