update to standards (10)

I hope that this is last update :/
This commit is contained in:
arcan1s 2014-08-26 00:10:28 +04:00
parent cad18ff4e8
commit c0557b4b09
2 changed files with 3 additions and 2 deletions

View File

@ -50,5 +50,6 @@ layout: default
<h1><a href="#" class="anchor" id="title"><span class="octicon octicon-link"></span></a>{{ page.title }}</h1> <h1><a href="#" class="anchor" id="title"><span class="octicon octicon-link"></span></a>{{ page.title }}</h1>
{{ page.description }} {{ page.description }}
<br>
{{ content }} {{ content }}

View File

@ -549,11 +549,11 @@ hash -d u2=/mnt/usbdev
{% endhighlight %} {% endhighlight %}
<h2><a href="#screenshot" class="anchor" id="screenshot"><span class="octicon octicon-link"></span></a>Screenshot</h2> <h2><a href="#screenshot" class="anchor" id="screenshot"><span class="octicon octicon-link"></span></a>Screenshot</h2>
<p> <div class="thumbnails">
{% assign scrdesc = "Zsh demonstation" %} {% assign scrdesc = "Zsh demonstation" %}
{% assign scrname = "zshrc_demo" %} {% assign scrname = "zshrc_demo" %}
{% include prj_scr.html %} {% include prj_scr.html %}
</p> </div>
<h2><a href="#file" class="anchor" id="file"><span class="octicon octicon-link"></span></a>File</h2> <h2><a href="#file" class="anchor" id="file"><span class="octicon octicon-link"></span></a>File</h2>
<p><a href="https://raw.github.com/arcan1s/dotfiles/master/zshrc" title="GitHub" type="text/plain">Here is</a> my <code>.zshrc</code>.</p> <p><a href="https://raw.github.com/arcan1s/dotfiles/master/zshrc" title="GitHub" type="text/plain">Here is</a> my <code>.zshrc</code>.</p>