Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
ferronicardoso committed May 28, 2024
1 parent 8bd2978 commit 34a6d43
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Site settings
title: C# Brasil | Unindo paixão e código
description: "O blog do C# Brasil sobre Tecnologia e desenvolvimento"
url: "http://localhost:4000"
url: "http://csharpbrasil.com.br"
author:
name: "Raphael Cardoso"
email: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header id="header">
<a href="{{ site.baseurl }}">
<a href="{{ site.url }}">
<img src="{{ "/images/logo_csharpbrasil.png" | prepend: site.baseurl | replace: '//', '/' }}" class="logo" alt="C# Brasil">
</a>
</header>
1 change: 0 additions & 1 deletion _includes/link.html

This file was deleted.

2 changes: 1 addition & 1 deletion _includes/menu.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav id="nav">
<div id="nav-list">
<a href="{{ site.baseurl }}">Página inicial</a>
<a href="{{ site.url }}">Página inicial</a>
{% for page in site.pages %}
{% if page.layout == "page" %}
<a href="{% if site.baseurl == "/" %}{{ page.url }}{% else %}{{ page.url | prepend: site.baseurl }}{% endif %}" title="{{ page.title }}">{{ page.title }}</a>
Expand Down

0 comments on commit 34a6d43

Please sign in to comment.