Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
fix
medeirosinacio committed Nov 19, 2024
1 parent d2bc9c3 commit c212ab7
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer class="text-center my-2">
<p>
<footer class="text-center p-2">
<p class="w-80 m-auto">
&copy; {% include current_year.html %} Douglas Medeiros. Todos os direitos reservados.
</p>
</footer>
4 changes: 2 additions & 2 deletions _layouts/blog-post.html
Original file line number Diff line number Diff line change
@@ -38,9 +38,9 @@ <h2 class="post-title fw-bold color-hover">
</div>
<div class="col-md-10 col-lg-8">
{% if page.image %}
<div class="post-image mb-3">
<div class="post-image mb-5">
<a class="card-img-top d-block rounded-3"
style="background-image: url('{{ site.srcurl }}{{ site.image_path }}{{ page.image }}')"
style="background-image: url('{{ site.srcurl }}{{ page.image }}')"
href="{{ site.srcurl }}{{ page.url }}" title="{{ page.title }}"></a>
</div>
{% endif %}
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -14,10 +14,10 @@
{% seo %}
{% endif %}
{%if paginator %}
<meta property="og:image" content="{{ site.url }}/assets/images/card.jpg"/>
<meta property="og:image" content="{{ site.url }}/assets/posts/notebook-cabos-e-cafe.jpeg"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="{{ site.description }}">
<meta name="twitter:image" content="{{ site.url }}/assets/images/card.jpg"/>
<meta name="twitter:image" content="{{ site.url }}/assets/posts/notebook-cabos-e-cafe.jpeg"/>
{% endif %}
<meta name="twitter:site" content="{{ site.url }}">
<meta name="twitter:creator" content="@aqueleMetal">
4 changes: 2 additions & 2 deletions _posts/2024-11-18-porque-um-blog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: blog-post
date: 2024-10-24
date: 2024-11-18
permalink: /artigos/:categories/por-que-criar-um-blog
title: "Por que criar um blog?"
categories:
- pessoal
tags:
- pessoal
image: posts/notebook-cabos-e-cafe.jpeg
image: /assets/images/posts/notebook-cabos-e-cafe.jpeg
description: "Depois de muito tempo planejando e repensando, finalmente decidi lançar meu próprio blog. Aqui, vou reunir meus artigos, experiências e pensamentos sobre tecnologia, todos em um espaço centralizado e pessoal. Embora já tenha conteúdo espalhado em outras plataformas, sempre senti a necessidade de ter um lugar que realmente fosse meu."
---

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ <h2 class="post-title fw-bold color-hover">
{% if post.image %}
<figure class="post-image mb-3">
<a class="card-img-top d-block rounded-3"
style="background-image: url('{{ site.srcurl }}{{ site.image_path }}{{ post.image }}')"
style="background-image: url('{{ site.srcurl }}{{ post.image }}')"
href="{{ site.srcurl }}{{ post.url }}" title="{{ post.title }}"></a>
</figure>
{% endif %}

0 comments on commit c212ab7

Please sign in to comment.