Author casing (#5)
* added trailing slash to Home link - to properly handle root urls * updated Home link on author page * updated Home link on misc. pages * switched from capitalize to title in order to properly capitalize two word names * reverted URL changes to keep seperate from casing logic changes * updated metatag logic to remove extraneous metatags on articles * removed other changes. only author casing in this PR
This commit is contained in:
parent
49fc5bfe2f
commit
be2c4c6ff5
12 changed files with 24 additions and 23 deletions
|
@ -80,6 +80,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
{% endblock head %}
|
||||
|
||||
</head>
|
||||
<!-- TODO : Body class -->
|
||||
<body class="home-template">
|
||||
|
@ -93,7 +94,7 @@
|
|||
{% block content %}{% endblock content %}
|
||||
<!-- TODO : Body class -->
|
||||
<div id="body-class" style="display: none;" class="{{body_class}}"></div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inner">
|
||||
<section class="credits">
|
||||
|
@ -105,7 +106,7 @@
|
|||
</section>
|
||||
|
||||
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/script.js"></script>
|
||||
|
||||
|
||||
{% if JS_OVERRIDE %}
|
||||
<!-- Script specified by the user -->
|
||||
{% for js in JS_OVERRIDE %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue