mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	fixed some issues!
This commit is contained in:
		
							parent
							
								
									84dc5f8d86
								
							
						
					
					
						commit
						2d5e1a7b97
					
				| @ -5,15 +5,15 @@ | |||||||
|     <link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">  |     <link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">  | ||||||
|     <meta content=website property=og:type> |     <meta content=website property=og:type> | ||||||
|     <meta content="<%=j.Channel.Metadata.Name%> - PokeTube" property=og:title> |     <meta content="<%=j.Channel.Metadata.Name%> - PokeTube" property=og:title> | ||||||
|     <meta content="<%-about.Description.replace(/\n/g, "")%>" property=twitter:description> |     <meta content="<%-desc%>" property=twitter:description> | ||||||
|     <meta content="<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>" property=og:image> |     <meta content="<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>" property=og:image> | ||||||
|     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet"> |     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet"> | ||||||
|     <meta content=summary_large_image name=twitter:card> |     <meta content=summary_large_image name=twitter:card> | ||||||
|     <meta content=@PoketaleBot name=twitter:site> |     <meta content=@PoketaleBot name=twitter:site> | ||||||
|     <meta content=@PoketaleBot name=twitter:creator> |     <meta content=@PoketaleBot name=twitter:creator> | ||||||
|   <link href=https://cdn.poketalebot.com/404/v2.css rel=stylesheet> |   <link href=https://cdn.poketalebot.com/404/v2.css rel=stylesheet> | ||||||
|     <link href=/css/app.main.css rel=stylesheet><link href=/css/search.main.css rel=stylesheet> |     <link href=/css/app.main.css rel=stylesheet> | ||||||
| 
 |       <link href=/css/search.main.css rel=stylesheet> | ||||||
|  </head> |  </head> | ||||||
| <body> | <body> | ||||||
|      <center>  |      <center>  | ||||||
| @ -33,25 +33,20 @@ | |||||||
| 	<div class="channel-info-container"> | 	<div class="channel-info-container"> | ||||||
|           <img src="<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>"> |           <img src="<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>"> | ||||||
| 		<div class="channel-info" > | 		<div class="channel-info" > | ||||||
| 			<a href="/channel/UCmxfZa-sV27MUDqy-iJIsfA" class="avatar"> | 			<a href="/channel?id=<%=ID%>" class="avatar"> | ||||||
| 				<img src="<%=j.Channel.Metadata.Avatars.Thumbnail.$t%>" alt="Channel Avatar"> | 				<img src="<%=j.Channel.Metadata.Avatars.Thumbnail.$t%>" alt="Channel Avatar"> | ||||||
| 			</a> | 			</a> | ||||||
| 			<div class="name"> | 			<div class="name"> | ||||||
| 				<p style="color:#fff"><%=j.Channel.Metadata.Name%></p> | 				<p style="color:#fff"><%=j.Channel.Metadata.Name%></p> | ||||||
|  			</div> |  			</div> | ||||||
| 			<button class="subscribe-button"> | 			<button class="subscribe-button"><%=subs%> | ||||||
|      |  | ||||||
|         <%=subs%> |  | ||||||
|           </button> |           </button> | ||||||
| 		</div> | 		</div> | ||||||
| 	</div><hr> | 	</div><hr> | ||||||
| 	<h3 style="color:#fff">About this channel</h3> | 	<h3 style="color:#fff">About this channel</h3> | ||||||
| 	<p style="color:#fff"><%-about.Description.replace(/\n/g, " <br> ")%></p> | 	<p style="color:#fff"><%-desc.replace(/\n/g, " <br> ")%></p> | ||||||
| 	<br><br> | 	<br><hr> | ||||||
| 	 | 	  <a href="https://youtube.com/channel/<%=ID%>">view the channel on youtube</a> | ||||||
| 	 |  | ||||||
| 
 |  | ||||||
| 	 |  | ||||||
| </div> | </div> | ||||||
| 
 | 
 | ||||||
| </div> | </div> | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley