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

The Header is not changing #35

Open
tip4programs opened this issue Dec 29, 2017 · 2 comments
Open

The Header is not changing #35

tip4programs opened this issue Dec 29, 2017 · 2 comments

Comments

@tip4programs
Copy link

tip4programs commented Dec 29, 2017

The website header always shows </> Anon Developer or </> AD(for mobile site). changed header of the site by editing the file /src/style/_header .style like this

			transition all .4s
			content '</> TP'
			+above(cut)
				content '</> Tip4programs'

But the change is not affecting on the website. What is the reason behind this? I have committed this change on both gh-pages and master branch😧.

@willianjusten
Copy link
Owner

Did you run gulp -p after the changes? You need to compile, because those stylus files will compile to the real css used in your site.

@ghost
Copy link

ghost commented Jan 10, 2019

I modified the header and also gulp -p, but after that the website first appeared my name then returned to </> Anon Developer, what's going on?

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

No branches or pull requests

2 participants