If you look under src/templates, you'll find the source HTML files for any theme. You'll probably want to insert your AdSense code into _head.html or _foot.html.
That won't suffice though, since AdSense isn't compatible with XHTML 1.1, which Chirpy! uses by default. However, you can easily switch to another document type, by (again) opening _head.html and changing the first lines, which contain the document type declaration. You can either remove the <!DOCTYPE ...> altogether, or paste in a new one, such as HTML 4 Transitional; there shouldn't be any major conflicts. You'll find the available document types at http://www.w3.org/QA/2002/04/valid-dtd-list.html .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you look under src/templates, you'll find the source HTML files for any theme. You'll probably want to insert your AdSense code into _head.html or _foot.html.
That won't suffice though, since AdSense isn't compatible with XHTML 1.1, which Chirpy! uses by default. However, you can easily switch to another document type, by (again) opening _head.html and changing the first lines, which contain the document type declaration. You can either remove the <!DOCTYPE ...> altogether, or paste in a new one, such as HTML 4 Transitional; there shouldn't be any major conflicts. You'll find the available document types at http://www.w3.org/QA/2002/04/valid-dtd-list.html .
hi thanks ..I have removed the <!DOCTYPE ...> code from _head.html and it solved the problum :)
thanks