diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-29 18:51:40 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-29 18:51:40 +0100 |
commit | 0e8ada1eff8799437c9be1bc2af10d6198fa8cad (patch) | |
tree | 65d40b0c83fc2477306d561d8b98741e8e6585c6 /templates/template.html.j2 | |
parent | 9e077a790919e2980111262fbde500a5cee828f8 (diff) | |
download | eda.gay-0e8ada1eff8799437c9be1bc2af10d6198fa8cad.tar.gz eda.gay-0e8ada1eff8799437c9be1bc2af10d6198fa8cad.zip |
Added inline HTML into blogposts, refactored a bit
Diffstat (limited to 'templates/template.html.j2')
-rwxr-xr-x | templates/template.html.j2 | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/templates/template.html.j2 b/templates/template.html.j2 deleted file mode 100755 index 86618bc..0000000 --- a/templates/template.html.j2 +++ /dev/null @@ -1,76 +0,0 @@ -<!doctype html> -<html lang="en"> - <head> - <meta name="abuseipdb-verification" content="3IuG6dik" /> - <link rel='stylesheet' href="{{url_for('static', filename='style.css')}}"> - <link rel="shortcut icon" href="/img/greenboi.jpg?h=16&w=16"> - <title>eda.gay :: {{title}}</title> - - <meta content="{{title}}" property="og:title" /> - <meta content="Formerly chuck's" property="og:description" /> - <meta content="https://boymoder.blog" property="og:url" /> - <meta content="/img/greenboi.jpg?h=512&w=512" property="og:image" /> - </head> - <body> - <div id=wrapper> - <header> - <div id="externallinks"> - <nav> - <ul> - {% for name, link in links %} - <li> - <a href="{{link}}">{{name}}</a> - </li> - {% endfor %} - </ul> - </nav> - </div> - <div id=headerflex> - <div id=headers> - <a href="/" id=TheTitle><h1>{{title}}</h1></a> - <nav id=articles> - <ul> - {% for name, link in articles %} - <li> - <a href="{{link}}">{{name}}</a> - </li> - {% endfor %} - </ul> - </nav> - </div> - <a id=sidebarImage href="/"> - <img alt="{{image[0]}}" src="{{image[1]}}"> - </a> - </div> - </header> - <div id="content"> - {% block content %} - {% endblock %} - </div> - <footer> - <p>this site is <a href="/thought?id=3">javascript free</a></p> - <a href="https://git.eda.gay/eda.gay.git/tree/LICENSE">sauce code released under gplv3</a> <a href="https://github.com/jwansek/eda.gay">alternate git link</a> - <div id="footer_banners"> - <p> - <a href="http://jigsaw.w3.org/css-validator/check/referer"> - <img style="border:0;width:88px;height:31px" - src="/img/vcss-blue.gif" - alt="Valid CSS!" /> - </a> - </p> - <a href="http://www.freebsd.org/"> - <img alt="Powered By FreeBSD" src="/img/powerani.gif"> - </a> - <a href="https://web3isgoinggreat.com/"> - <img src="/img/anti_nft_b.png" alt="anti-nft site "> - </a> - <img src="/img/www.gif"> - <img src="/img/bob.gif"> - <img src="/img/sun.gif"> - <img src="/img/cloudfree.png"> - </div> - <iframe src="https://john.citrons.xyz/embed?ref=eda.gay" style="padding-top:20px;margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe> - </footer> - </div> - </body> -</html> |