Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamovAkrom committed Oct 28, 2024
1 parent 3cc452c commit 6638f74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions app/routes/blog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from flask import Blueprint, render_template


dp = Blueprint("blog", __name__)
# from flask import Blueprint, render_template


# dp = Blueprint("blog", __name__)
2 changes: 1 addition & 1 deletion app/routes/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def index():
"template_body_class_name": "index",
"resume": resume_data,
"about_avatar_url": about_avatar_url.avatar,
"baground_image": f"{random.randint(1, 3)}.jpg"
"baground_image": f"{random.randint(1, 3)}.jpg",
}
return context

Expand Down
2 changes: 1 addition & 1 deletion app/templates/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Rustamov Akrom</h2>
{% endif %}

<p>
I'm <span class="typed" data-typed-items="Python developer, Web developer, Freelancer, Akrom">Photographer</span>
I'm <span class="typed" data-typed-items="Python developer, Web developer, Freelancer, Akrom">Backend Developer</span>
<span class="typed-cursor typed-cursor--blink"></span>
</p>

Expand Down

0 comments on commit 6638f74

Please sign in to comment.