├── README.md └── Recent Posts └── Basic ├── Readme.md ├── Recent Posts with Labels.html ├── Recent Posts with Summary.html ├── Recent Posts with Thumbnails.html └── Recent Posts.html /README.md: -------------------------------------------------------------------------------- 1 | # blogger-template-documentation 2 | blogger template documentation 3 | -------------------------------------------------------------------------------- /Recent Posts/Basic/Readme.md: -------------------------------------------------------------------------------- 1 | ## [Basic] Recent Posts 2 | 3 | - [Basic - Recent Posts](https://btdocumentation.blogspot.com/2020/03/basic-recent-posts.html) 4 | - [Basic - Recent Posts with Thumbnails](https://btdocumentation.blogspot.com/2020/03/basic-recent-posts-with-thumbnails.html) 5 | - [Basic - Recent Posts with Summary](https://btdocumentation.blogspot.com/2020/03/basic-recent-posts-with-summary.html) 6 | - [Basic - Recent Posts with Label](https://btdocumentation.blogspot.com/2020/03/basic-recent-posts-with-label.html) 7 | -------------------------------------------------------------------------------- /Recent Posts/Basic/Recent Posts with Labels.html: -------------------------------------------------------------------------------- 1 | 26 | 27 | 31 | -------------------------------------------------------------------------------- /Recent Posts/Basic/Recent Posts with Summary.html: -------------------------------------------------------------------------------- 1 | 47 | 48 | 52 | -------------------------------------------------------------------------------- /Recent Posts/Basic/Recent Posts with Thumbnails.html: -------------------------------------------------------------------------------- 1 | 36 | 37 | 41 | -------------------------------------------------------------------------------- /Recent Posts/Basic/Recent Posts.html: -------------------------------------------------------------------------------- 1 | . 2 | 3 | 23 | 24 |
25 | 29 | --------------------------------------------------------------------------------