Skip to content

Add theme color #82

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

Merged
merged 1 commit into from
Dec 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _includes/_latest_news.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class='row'>
<div class='col-md-12'>
<div class="row">
<div class="col-md-12">
<h2>Latest News</h2>
</div>
</div>
<div class='row'>
<div class="row">
<div class="col-md-12">
<ul class="posts">
{% for post in site.posts %}
<li>
<p class='lead'>
<p class="lead">
<strong>{{ post.date | date_to_string }}:</strong>
<a href="{{ post.url }}">{{ post.title }}</a>
</p>
Expand Down
5 changes: 2 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<title>{{ page.title }}</title>

{% include icons.html %}

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">

Expand All @@ -16,6 +18,3 @@

<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">

<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.ico">
4 changes: 4 additions & 0 deletions _includes/icons.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<meta name="theme-color" content="#e0115f">

<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar navbar-mruby" role="navigation">
<div class="navbar-header">
<a href="/"><img src="/images/mruby_header.png"></a>
<a href="/"><img src="/images/mruby_header.png" alt="mruby" title="mruby"></a>
</div>

<div>
Expand Down
16 changes: 8 additions & 8 deletions libraries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
title: mruby - libraries
---

<div class='row'>
<div class='col-md-12'>
<h2 class='page-header'>Libraries</h2>
<div class="row">
<div class="col-md-12">
<h2 class="page-header">Libraries</h2>
</div>
</div>
<div class='row'>
<div class='col-md-12'>
<div class="row">
<div class="col-md-12">
<p>
<strong>mrbgems</strong> is mruby's package manager. See the <a href="https://github.com/mruby/mruby/blob/master/doc/guides/mrbgems.md">mrbgems doc</a> for more information about how to use it.
</p>
</div>
</div>
<div class='row'>
<div class='col-md-12'>
<table class='table table-striped table-bordered'>
<div class="row">
<div class="col-md-12">
<table class="table table-striped table-bordered">
<thead>
<th>Name</th>
<th>Description</th>
Expand Down