Skip to content

Instantly share code, notes, and snippets.

View guchimon99's full-sized avatar
🇬🇷
まだ、洞窟で消耗してるの?

guchimon99 guchimon99

🇬🇷
まだ、洞窟で消耗してるの?
View GitHub Profile
@rekyb
rekyb / template-bloggers-sederhana.xml
Last active September 10, 2018 14:38
A simple and blank blogger template.
<!-- XML Declartaion Tag -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<!-- XML Namespace -->
<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'>
@oliverdoetsch
oliverdoetsch / AND_OR_NOT
Last active January 22, 2023 17:03
Blogger: Globally conditional data tags for all page types
#AND
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.searchQuery'>
<!--search_page AND index_page-->
</b:if>
</b:if>
#OR