this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add notranslate meta tag

+2
+1
compose/index.html
··· 6 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 7 <title>Compose / Phanpy</title> 8 8 <meta name="color-scheme" content="dark light" /> 9 + <meta name="google" content="notranslate" /> 9 10 </head> 10 11 <body> 11 12 <div id="app-standalone"></div>
+1
index.html
··· 28 28 content="#242526" 29 29 media="(prefers-color-scheme: dark)" 30 30 /> 31 + <meta name="google" content="notranslate" /> 31 32 </head> 32 33 <body> 33 34 <div id="app"></div>