ayaxxchanz / SimpleBloggerTemplate

Simple Custom is a template that is aimed for fast page load, simple and minimalistic design that can list many blog posts title in one page. Inspired by torrent websites template, customized from Blogger default template.
https://simplecustomv3.blogspot.com/
12 stars 3 forks source link
blogger blogger-template blogspot blogspot-template

Github Releases (by Release) Donate

Simple Blogger Template

A simple template inspired by torrent sites customized from Blogger's default template.

Demo

V3: https://simplecustomv3.blogspot.com/

Feature

Cons

Installation

Blogger > Theme > Restore > Upload .xml file

Important notes

Example: <a class="btn" id="download" href="#">Download</a>

<span class='home-dl'><a expr:href='data:post.link ? data:post.link : data:post.url + &quot;#download&quot; '><i class='fas fa-download fa-sm' style='float: right;font-size:16px;'/></a></span>

<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <script>
  $( document ).ready(function() {
      if ( document.location.href.indexOf(&#39;#download&#39;) &gt; -1 ) {
          window.open(document.getElementById(&quot;download&quot;).href, &quot;_self&quot;);
      }else{return false;}
  });
  </script>
</b:if>