mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-23 16:08:53 -05:00
updated to latest custom partial system
This commit is contained in:
parent
6c2db74762
commit
070f00bcb5
4
source/_includes/custom/asides/about.html
Normal file
4
source/_includes/custom/asides/about.html
Normal file
@ -0,0 +1,4 @@
|
||||
<section>
|
||||
<h1>About Me</h1>
|
||||
<p>A little something about me.</p>
|
||||
</section>
|
4
source/_includes/custom/footer.html
Normal file
4
source/_includes/custom/footer.html
Normal file
@ -0,0 +1,4 @@
|
||||
<p>
|
||||
Copyright © {{ site.time | date: "%Y" }} - {{ site.author }} -
|
||||
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
|
||||
</p>
|
3
source/_includes/custom/head.html
Normal file
3
source/_includes/custom/head.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!--Fonts from Google's Web font directory at http://google.com/webfonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
|
6
source/_includes/custom/navigation.html
Normal file
6
source/_includes/custom/navigation.html
Normal file
@ -0,0 +1,6 @@
|
||||
<ul role=main-navigation>
|
||||
<li><a href="{{ root_url }}/">Blog</a></li>
|
||||
<li><a href="{{ root_url }}/docs">Documentation</a></li>
|
||||
<li><a href="http://github.com/imathis/octopress">Source</a></li>
|
||||
<li><a href="http://convore.com/octopress/support">Support</a></li>
|
||||
</ul>
|
@ -1,4 +1 @@
|
||||
<p>
|
||||
Copyright © {{ site.time | date: "%Y" }} - {{ site.author }} -
|
||||
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
|
||||
</p>
|
||||
{% include custom/footer.html %}
|
||||
|
@ -25,11 +25,10 @@
|
||||
<script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script>
|
||||
<script src="http://s3.amazonaws.com/ender-js/jeesh.min.js"></script>
|
||||
<script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script>
|
||||
<link href='http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
|
||||
{% capture rss_url %}{% if site.subscribe_rss contains ':' %}{{ site.subscribe_rss }}{% else %}{{ root_url }}{{ site.subscribe_rss }}{% endif %}{% endcapture %}
|
||||
<link href="{{ rss_url }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"/>
|
||||
{% include google_analytics.html %}
|
||||
{% include google_plus_one.html %}
|
||||
{% include twitter_sharing.html %}
|
||||
{% include custom/head.html %}
|
||||
</head>
|
||||
|
@ -10,9 +10,4 @@
|
||||
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
<ul role=main-navigation>
|
||||
<li><a href="{{ root_url }}/">Blog</a></li>
|
||||
<li><a href="{{ root_url }}/docs">Documentation</a></li>
|
||||
<li><a href="http://github.com/imathis/octopress">Source</a></li>
|
||||
<li><a href="http://convore.com/octopress/support">Support</a></li>
|
||||
</ul>
|
||||
{% include custom/navigation.html %}
|
||||
|
Loading…
Reference in New Issue
Block a user