Skip to content

Commit

Permalink
Update: nav bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf committed Apr 12, 2017
1 parent 340e1a1 commit 7eae600
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ gems:
- jemoji
- jekyll-seo-tag

pages_list:
Feed: '/atom.xml'
pages_list:
About: '/about'
All: '/archive'
Draft: '/draft'
5 changes: 3 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
<header class="masthead">
<h3 class="masthead-title default-links">
<a href="{{ site.baseurl }}/" title="Home" style="padding: 0 9px 0 0;font-weight: bold; opacity: 1;">RWeekly.org</a>
<a href="/live" style = "padding: 0 9px 0 0;">Live</a>
<a href="https://feedburner.google.com/fb/a/mailverify?uri=rweekly&amp;loc=en_US" target="_blank" onclick="_paq.push(['trackEvent', 'Mail', '1']);" style = "padding: 0 9px 0 0;">Mail</a>
<a href="/live" style = "padding: 0 9px 0 0;color:#2a7ae2;">Live</a>
<a href="https://feedburner.google.com/fb/a/mailverify?uri=rweekly&amp;loc=en_US" target="_blank" onclick="_paq.push(['trackEvent', 'Mail', '1']);" style = "padding: 0 9px 0 0;color:#2a7ae2;">Mail</a>
<a href="/atom.xml" style = "padding: 0 9px 0 0;color:#2a7ae2;">Feed</a>
{% for page in site.pages_list %}
<a href="{{ page[1] }}" style = "padding: 0 9px 0 0;">{{ page[0] }}</a>
{% endfor %}
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</style>

{% raw %}
<p style="font-size: 1.25em; font-weight: bold;" class="live-hide">Live<a class="live-more blue-visit" href="#">&nbsp;&nbsp;&nbsp;More</a></p>
<p style="font-size: 1.25em; font-weight: bold;" class="live-hide">Live
<div class="index-live latest-app-top-4 top-4-hide bottom-10px">

<div v-for="link in top_4" class="" >
Expand All @@ -50,6 +50,7 @@
<img v-bind:src="link.P" v-bind:alt="link.T"/>
</p>
</div>
<a class="live-more blue-visit" style="color:#2a7ae2;" href="#">More</a></p>
</div>

<div class="index-live latest-app inner-app-hide bottom-10px">
Expand Down

0 comments on commit 7eae600

Please sign in to comment.