Final updates and tweaks in preparation for MVP launch
- Removed unused items from the footer - Fixed language files to cover all variants of English - Added Google Analytics tracking code
This commit is contained in:
@@ -51,14 +51,15 @@ description = "Default Layout"
|
||||
<p>Made with <i class="fas fa-heart"></i> in #YYC<br><a href="https://www.madeinyyc.com/"><img src="{{ 'assets/images/madeinyyc.png'|theme }}"></a></p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<p>Recent Projects</p>
|
||||
<!-- <p>Recent Projects</p> -->
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<p>Recent Blog Posts</p>
|
||||
<!-- <p>Recent Blog Posts</p> -->
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% if 'dev' not in url('/') %}<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167178542-1"></script>{% endif %}
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js" integrity="sha256-x3YZWtRjM8bJqf48dFAv/qmgL68SI4jqNWeSLMZaMGA=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha256-OFRAJNoaD8L3Br5lglV7VyLRf0itmoBzWUoM+Sji4/8=" crossorigin="anonymous"></script>
|
||||
|
||||
Reference in New Issue
Block a user