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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -