About This File
This simple plugin allows you to specify additional html that will be included in the following places:
I use this on my board to add some custom javascript functions and to use some google fonts by adding this just before the </head> tag:
This simple plugin allows you to specify additional html that will be included in the following places:
- After the <head> tag
- Before the </head> tag
- After the <body> tag
- Before the </body> tag
I use this on my board to add some custom javascript functions and to use some google fonts by adding this just before the </head> tag:
Code:
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="stylesheet" type="text/css">