diff options
Diffstat (limited to 'art/plt/index.html')
-rw-r--r-- | art/plt/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/art/plt/index.html b/art/plt/index.html index 5b1c9e1..a283ffc 100644 --- a/art/plt/index.html +++ b/art/plt/index.html @@ -1,13 +1,13 @@ {%extends "base.html"%} {%block html_lang%}en{%endblock html_lang%} {%block head_title%}Index{%endblock head_title%} -{%block head_description%}My personal blog where I post about my thoughts, some how-to's, or general ranting.{%endblock head_description%} +{%block head_description%}My personal space where I post all my drawings, sketches and more art related stuff.{%endblock head_description%} {%block head_og%} <meta property="og:title" content="Index -- {{config.title}}"/> <meta property="og:type" content="article"/> <meta property="og:url" content="{{config.url}}/index.html"/> <meta property="og:image" content="{{config.static_url}}{{config.default_image_url}}"/> - <meta property="og:description" content="My personal blog where I post about my thoughts, some how-to's, or general ranting."/> + <meta property="og:description" content="My personal space where I post all my drawings, sketches, and more art related stuff."/> <meta property="og:locale" content="en"/> <meta property="og:site_name" content="{{config.title}}"/> {%endblock head_og%} @@ -15,7 +15,7 @@ <h1>Index -- {{config.title}}</h1> <p> - Welcome to my blog where I'll post whatever I please, ranging from rants to how-to's. Además, este pex va a estar en español e inglés porque quiero (no una mezcla en cada entrada, pero sí entradas completas en diferentes lenguajes). + Here is where I will post all of my drawings, sketches and more art related stuff. Right now this is managed similar to the <a href="https://blog.luevano.xyz" alt="Luévano's Blog">blog</a>, but more "gallery" oriented. The structure is kind of a 3-level zoom, where you see all the images in this index (or on a tag index), then you see the whole image in its separate link with additional information and then you can see the raw image itself. </p> <p> |