Created
October 1, 2018 12:32
-
-
Save adimancv/bc96a4d8b3714807d33c54672cdd2643 to your computer and use it in GitHub Desktop.
Reset Blogger Template List Posts Only
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE html> | |
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> | |
<head> | |
<title>Reset Template Blogger</title><meta content='width=device-width, initial-scale=1' name='viewport'/> | |
<b:skin><![CDATA[ ]]></b:skin><style>.post-footer-line, div.blog-pager, div.feed-links, .date-header, div.comments {display:none;}<b:if cond='data:blog.url == data:blog.homepageUrl'>div.post-body.entry-content {display:none;}</b:if><b:if cond='data:blog.url != data:blog.homepageUrl'>.post-title.entry-title {display:none;}</b:if></style> | |
</head><!--<head/>--> | |
<body> | |
<b:section class='main' id='main' name='Main' showaddelement='yes'><b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog'> | |
<b:includable id='allposts' var='i'><b:loop var='thisPost' values='data:posts'><p><a expr:href='data:thisPost.url'><data:thisPost.title/></a></p> | |
</b:loop></b:includable></b:widget></b:section> | |
<!--</body>--></body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment