Merge pull request #2177 from jekyll/help
This commit is contained in:
commit
ad86d063e4
|
@ -4,3 +4,4 @@ gauges_id: 503c5af6613f5d0f19000027
|
|||
permalink: /news/:year/:month/:day/:title/
|
||||
excerpt_separator: noifniof3nioaniof3nioafafinoafnoif
|
||||
repository: https://github.com/jekyll/jekyll
|
||||
help_url: https://github.com/jekyll/help
|
||||
|
|
|
@ -117,8 +117,8 @@ nav li {
|
|||
|
||||
.mobile-nav li {
|
||||
display: table-cell;
|
||||
width: 25%;
|
||||
padding: 8px;
|
||||
width: 20%;
|
||||
padding: 8px 2px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px){
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<ul>
|
||||
<li class="{% if page.overview %}current{% endif %}">
|
||||
<a href="/">Overview</a>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li class="{% if page.url contains '/docs/' %}current{% endif %}">
|
||||
<a href="/docs/home/">Doc<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">umentation</span></a>
|
||||
|
@ -8,6 +8,9 @@
|
|||
<li class="{% if page.author %}current{% endif %}">
|
||||
<a href="/news/">News</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.help_url }}">Help</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.repository }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
||||
</li>
|
||||
|
|
|
@ -6,9 +6,9 @@ next_section: sites
|
|||
permalink: /docs/troubleshooting/
|
||||
---
|
||||
|
||||
If you ever run into problems installing or using Jekyll, here's a few tips
|
||||
If you ever run into problems installing or using Jekyll, here are a few tips
|
||||
that might be of help. If the problem you’re experiencing isn’t covered below,
|
||||
please [report an issue]({{ site.repository }}/issues/new) so the
|
||||
please [report an issue]({{site.help_url}}/issues/new) so the
|
||||
Jekyll community can make everyone’s experience better.
|
||||
|
||||
## Installation Problems
|
||||
|
@ -149,5 +149,9 @@ run into these errors, try setting `excerpt_separator: ""` in your
|
|||
|
||||
<div class="note">
|
||||
<h5>Please report issues you encounter!</h5>
|
||||
<p>If you come across a bug, please <a href="{{ site.repository }}/issues/new">create an issue</a> on GitHub describing the problem and any work-arounds you find so we can document it here for others.</p>
|
||||
<p>
|
||||
If you come across a bug, please <a href="{{ site.help_url }}/issues/new">create an issue</a>
|
||||
on GitHub describing the problem and any work-arounds you find so we can
|
||||
document it here for others.
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue