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

Add option to select a different theme on Makefile #19

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

Conversation

fsantiag
Copy link

@fsantiag fsantiag commented Feb 6, 2017

Now it is possible to use the parameter THEME to select
a different theme. The new themes should be placed in
stylesheets/theme_name.

@fsantiag fsantiag closed this Feb 6, 2017
@fsantiag fsantiag reopened this Feb 6, 2017
@@ -26,7 +26,7 @@
$endfor$
</head>
<body>
<header itemscope itemtype="http://http://schema.org/Person" class="$if(photo)$with-photo$endif$">
Copy link
Owner

Choose a reason for hiding this comment

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

http is used 2 times

Copy link
Author

Choose a reason for hiding this comment

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

Yes, that is why I removed and put in a separate commit as you suggested.

@@ -48,7 +48,7 @@ <h2 class="title">$title$</h2>
<li><a class='phone' href="phoneto:$phone$">$phone$</a></li>
$endif$
$else$
<li><a class='phone' href="phoneto:$phone$">$phone$</a></li>
Copy link
Owner

Choose a reason for hiding this comment

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

would be great in a separate commit

Copy link
Author

Choose a reason for hiding this comment

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

Done.

@@ -12,7 +12,7 @@ mobile: '+1 (234) 567 890'
phone: '+2 (345) 678 901'
fax: '+3 (456) 789 012'
address:
city: City
Copy link
Owner

Choose a reason for hiding this comment

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

all the typos fix should be put in a separate commit

Copy link
Author

Choose a reason for hiding this comment

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

Done.

@barraq
Copy link
Owner

barraq commented Feb 11, 2017

Thanks @jfelipefilho for this contrib. I just commented the PR.

@fsantiag fsantiag force-pushed the support_different_themes branch from 37e6023 to ae9ba64 Compare February 13, 2017 01:29
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