html - Changing meta name for theme via Tumblr API -
i wondering if possible change meta name variable in tumblr theme's html through tumblr's api in way?
basically, have following variable, use set color of links in tumblr theme.
<meta name="color:mycolor" content="#000000"/>
i have list of random colors parsed website , put text file python.
is there way can select line of text file or somehow use python replace content
variable?
it doesn't need read text file.