Update blog_template.html

This commit is contained in:
MattTheTekie 2023-10-06 11:30:52 -04:00 committed by GitHub
commit 469d397f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,26 +80,17 @@
<h1>{{ blog_title }}</h1>
<div class="menu_section" style="padding:0px">
<div class="form_heading">
<img id="imgRating" class="rating" style="float:right" src="http://venith.net/TDKHome/TDKPaint/images/rating_e32.png" alt="E" />
<img src="/images/art_gallery/243915.png" alt="Avatar" class="avatar" />
By <a href="/member?id=137730">{{ author_name }}</a>
<br />
POSTED: 29 Sep 2023 03:21<br />
CATEGORY: Gaming<br />
FEATURED: <span style="color:#0a0">Yes</span> (<a href="/member?id=34558">IblisFlare</a>)
<br>(<a href="#comments">Go to comments</a>)
</div>
<div class="form_heading">
<img id="imgRating" class="rating" style="float:right" src="http://venith.net/TDKHome/TDKPaint/images/rating_e32.png" alt="E" />
<img src="https://venith.net/TDKHome/TDKPaint/images/icons/icon_dc.png" alt="Avatar" class="avatar" />
By {{ author_name }} </a>
<br />
POSTED: 29 Sep 2023 03:21<br />
CATEGORY: Gaming<br />
FEATURED: <span style="color:#0a0">Yes</span> (<a href="/member?id=34558">IblisFlare</a>)<br />
(<a href="#comments">Go to comments</a>)
</div>
<div class="form_body" id="blog_body">
<a href="/images/upload_gallery/10740.jpg"><img src="/images/upload_gallery/10740_thumb.jpg" alt="thumb"></a>
<br />
@ -234,3 +225,4 @@ That's correct, it'll have a picture of all 6 Pokemon you used during the tourna
</body>
</html>