Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Fix path to font-awesome #234

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/

# PhpStorm
.idea

# Ignore these so they're not stored in source control
node_modules
node_modules
bower_components
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div id="content" class="clearfix row">

<div id="main" class="col-sm-12 clearfix" role="main">
<div id="main" class="site-main col-sm-12 clearfix" role="main">

<article id="post-not-found" class="clearfix">

Expand Down
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div id="content" class="clearfix row">

<div id="main" class="col-sm-8 clearfix" role="main">
<div id="main" class="site-main col-sm-8 clearfix" role="main">

<div class="page-header">
<?php if (is_category()) { ?>
Expand Down
2 changes: 1 addition & 1 deletion attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div id="content" class="clearfix row">

<div id="main" class="col col-lg-8 clearfix" role="main">
<div id="main" class="site-main col col-lg-8 clearfix" role="main">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

Expand Down
2 changes: 1 addition & 1 deletion author.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div id="content" class="clearfix row">

<div id="main" class="col-sm-8 clearfix" role="main">
<div id="main" class="site-main col-sm-8 clearfix" role="main">

<div class="page-header"><h1 class="archive_title h2">
<span><?php _e("Posts By:", "wpbootstrap"); ?></span>
Expand Down
13 changes: 7 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "wordpress-bootstrap",
"version": "3.3.1",
"homepage": "https://github.com/320press/wordpress-bootstrap",
"homepage": "https://github.com/mkronenfeld/wordpress-bootstrap",
"authors": [
"chrisbarnes <[email protected]>"
"chrisbarnes <[email protected]>",
"mkronenfeld <[email protected]>"
],
"description": "A simple WordPress theme based on Bootstrap.",
"description": "A simple WordPress theme based on Bootstrap. Branch of 320press/wordpress-bootstrap.",
"moduleType": [
"node"
],
Expand All @@ -22,8 +23,8 @@
"tests"
],
"dependencies": {
"modernizer": "~2.8.2",
"font-awesome": "~4.2.0",
"bootstrap": "~3.3.1"
"modernizer": "~2.*",
"font-awesome": "~4.*",
"bootstrap": "~3.*"
}
}
47 changes: 0 additions & 47 deletions bower_components/bootstrap/.bower.json

This file was deleted.

Loading