mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Optimized UX and fixed bugs
- Added temp logo
- Added favicon
- Enabled Disqus (jekyll.env)
- Changed Home layout
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
{%- if _article.cover and include.show_cover-%}
|
||||
{%- include snippets/get-nav-url.html path=_article.cover -%}
|
||||
{%- assign _article_cover = __return -%}
|
||||
<div class="item__image">
|
||||
<div class="item__image" style="vertical-align: middle">
|
||||
{%- if include.cover_size == 'lg' -%}
|
||||
<img class="image image--lg" src="{{ _article_cover }}" />
|
||||
{%- elsif include.cover_size == 'sm' -%}
|
||||
|
||||
Reference in New Issue
Block a user