Skip to content

Commit

Permalink
removed avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
agusmakmun committed Aug 2, 2019
1 parent 4f5c57d commit 627c67d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ github: https://github.com/agusmakmun
about: I'm Programmer for Python & Django. I've made quite a few web apps, especially on Django.
disqus_shortname: stackproblems
google_analytics: UA-XXXXXXXX-Y
avatar_url: /static/img/avatar.jpg

enableTags: true
tagarray: []
Expand Down
5 changes: 1 addition & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@

{% if page.image %}
<meta content="{{ site.url }}/static/img/posts/{{ page.image }}" property="og:image">
{% else %}
<meta content="{{ site.url }}{{ site.avatar_url }}" property="og:image">
{% endif %}

{% if page.categories %}
Expand Down Expand Up @@ -116,8 +114,7 @@
<div class="container">
<div class="col-sm-3">
<div class="fixed-condition">
<a href="/"><img class="profile-avatar" src="{{ site.avatar_url }}" height="75px" width="75px" /></a>
<h1 class="author-name">{{ site.author }}</h1>
<h1 class="author-name"><a href="/">{{ site.author }}</a></h1>
{% if site.about %}
<div class="profile-about">
{{ site.about }}
Expand Down
9 changes: 0 additions & 9 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ div.col-sm-3 div.profile-about {
margin-top: 10px;
color: #8C8C8C;
}
div.col-sm-3 img.profile-avatar {
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
-ms-border-radius: 150px;
-o-border-radius: 150px;
margin-left: auto;
margin-right: auto;
}

/* Pagination */
.PageNavigation {
Expand Down
Binary file removed static/img/avatar.jpg
Binary file not shown.
Binary file modified static/img/screenshot-post-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 627c67d

Please sign in to comment.