Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Features] Social and categories changes #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

[Features] Social and categories changes #3

wants to merge 3 commits into from

Conversation

vx-charles
Copy link

@vx-charles vx-charles commented Mar 21, 2018

  • Add instagram template
  • Add description and excerpt category
  • Changed replaced link video Youtube

@vx-charles vx-charles changed the title Hotfix/add instagram template Add instagram template, add description and excerpt category, altered replaced link video Youtube Mar 28, 2018
@joaokamun joaokamun changed the title Add instagram template, add description and excerpt category, altered replaced link video Youtube [Features] Social and categories changes Apr 10, 2018

{# Descri��o da categoria #}
{% if category.excerpt is not empty %}
<div style="margin: 10px 0px 0px;">{{ category.excerpt }}</div>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Evita usar css inline! Sempre que puder cria uma classe. Se for coisas genérica como margin-top, cria uma para isso. tipo .margin-top-10

<div style="margin: 10px 0px 0px;">{{ category.excerpt }}</div>
{% endif %}
{% if category.description is not empty %}
<div style="margin: 10px 0px 30px;">{{ category.description }}</div>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Evita usar css inline! Sempre que puder cria uma classe. Se for coisas genérica como margin-top, cria uma para isso. tipo .margin-top-10


{# Descri��o da categoria #}
{% if category.excerpt is not empty %}
<div style="margin: 10px 0px 0px;">{{ category.excerpt }}</div>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Evita usar css inline! Sempre que puder cria uma classe. Se for coisas genérica como margin-top, cria uma para isso. tipo .margin-top-10

<div style="margin: 10px 0px 0px;">{{ category.excerpt }}</div>
{% endif %}
{% if category.description is not empty %}
<div style="margin: 10px 0px 30px;">{{ category.description }}</div>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Evita usar css inline! Sempre que puder cria uma classe. Se for coisas genérica como margin-top, cria uma para isso. tipo .margin-top-10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants