mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
adjusted blog layout
This commit is contained in:
parent
54aa208171
commit
c48d7be1f6
2 changed files with 5 additions and 4 deletions
|
@ -50,7 +50,6 @@
|
|||
{% if site.github.is_project_page %}
|
||||
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
|
||||
{% endif %}
|
||||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
@ -14,9 +14,11 @@ layout: default
|
|||
{{ post.content | strip_html | truncatewords: 100 }}...
|
||||
{% endif %}
|
||||
{% if post.highlight_image %}
|
||||
<a href="{{ site.baseurl }}{{ post.url }}">
|
||||
<div class="post-highlight">
|
||||
<img src="{{ site.baseurl }}{{ post.highlight_image }}" alt="Highlight Image">
|
||||
</div>
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue