diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2021-12-22 19:35:12 +0000 | 
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-12-22 19:35:12 +0000 | 
| commit | 95a5c95842de869cfd7c8e9d1c824dc0780af949 (patch) | |
| tree | e1f9f306b1058fe256d88465a833cbf4129951f8 /templates/template.html | |
| parent | 1f8697b0b4680a146a23e451238c7d76239b97b3 (diff) | |
| download | eda.gay-95a5c95842de869cfd7c8e9d1c824dc0780af949.tar.gz eda.gay-95a5c95842de869cfd7c8e9d1c824dc0780af949.zip | |
renamed all template files
Diffstat (limited to 'templates/template.html')
| -rw-r--r-- | templates/template.html | 80 | 
1 files changed, 0 insertions, 80 deletions
| diff --git a/templates/template.html b/templates/template.html deleted file mode 100644 index 77bf38c..0000000 --- a/templates/template.html +++ /dev/null @@ -1,80 +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> -    </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 href="/"> -                        <img alt="{{image[0]}}" src="{{image[1]}}"> -                    </a>          -                </div> -            </header> -            <!-- yes, this is stupid asf, using another template would be better (i cant get that to work) --> -            {% if thought %} -                <aside> -                    <h4>{{dt}}</h4> -                    <h5>this category:</h5> -                    <ul> -                        <li><b><a href="{{'/thoughts#'+category.replace(' ', '_')}}">{{category}}</a></b></li> -                    </ul> -                    <h5>related thoughts:</h5> -                    <ul> -                        {% for id_, title, dt, category in related %} -                            <li><a href="{{'/thought?id=%i' % id_}}">{{title}}</a></li> -                        {% endfor %} -                    </ul> -                    <h5>other categories:</h5> -                    {% for category_name in othercategories %} -                        <ul> -                            <li><a href="{{'/thoughts#'+category_name.replace(' ', '_')}}">{{category_name}}</a></li> -                        </ul> -                    {% endfor %} -                </aside> -            {% endif %} -            <div id="content"> -                {% block content %} -                {% endblock %} -            </div> -            <footer> -                <p>this site is <a href="/thought?id=3">javascript free</a></p> -                <a href="https://github.com/jwansek/edaweb">sauce code released under gplv3</a> -                <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> -            </footer> -        </div> -    </body> -</html> | 
